Commit 1f539600 authored by Quxl's avatar Quxl

x

parent c08c9937
...@@ -78,9 +78,9 @@ ...@@ -78,9 +78,9 @@
<version>2.1.3</version> <version>2.1.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.cxf</groupId>     <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>     <artifactId>cxf-rt-transports-http</artifactId>
<version>3.2.2</version>     <version>3.2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.ws.rs</groupId> <groupId>javax.ws.rs</groupId>
...@@ -91,6 +91,10 @@ ...@@ -91,6 +91,10 @@
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
</dependency> </dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment