feat:(1.2.0-beta2): 修复编译失败问题

This commit is contained in:
opensnail 2024-09-11 17:16:45 +08:00
parent 8319e39825
commit 79cd7d6222

View File

@ -92,6 +92,10 @@
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>snail-job-common-log</artifactId> <artifactId>snail-job-common-log</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>