|
@@ -103,6 +103,12 @@
|
|
|
<groupId>com.dragonsoft</groupId>
|
|
|
<artifactId>auditlog-qm-tj</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>joda-time</artifactId>
|
|
|
+ <groupId>joda-time</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!--测试-->
|
|
@@ -123,11 +129,6 @@
|
|
|
<artifactId>jedis</artifactId>
|
|
|
<version>2.9.3</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-pool2</artifactId>
|
|
|
- <version>2.6.0</version>
|
|
|
- </dependency>
|
|
|
<!--redis结束-->
|
|
|
|
|
|
<dependency>
|
|
@@ -170,6 +171,16 @@
|
|
|
<groupId>com.dragonsoft</groupId>
|
|
|
<artifactId>dcuc-common</artifactId>
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>scala-library</artifactId>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>scala-reflect</artifactId>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|