|
@@ -16,6 +16,18 @@
|
|
|
<groupId>com.aizuda</groupId>
|
|
|
<artifactId>snail-job-server-starter</artifactId>
|
|
|
<version>${snailjob.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-library</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-library</artifactId>
|
|
|
+ <version>2.13.9</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|