修正去除多余的包

This commit is contained in:
zhouxiunai
2018-12-03 15:37:34 +08:00
parent f214d7a964
commit cb119df181
2 changed files with 1 additions and 7 deletions
+1 -6
View File
@@ -56,6 +56,7 @@
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
@@ -87,12 +88,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>