Fix dependency conflict issue

This commit is contained in:
HelloCoCooo
2020-03-02 23:07:00 +08:00
committed by GitHub
parent d8f4890ae5
commit f8f1e9dd9e

15
pom.xml
View File

@@ -62,6 +62,12 @@
</build>
<dependencies>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.0.GA</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
@@ -150,13 +156,6 @@
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.0.GA</version>
</dependency>
</dependencies>
</project>
</project>