diff options
-rw-r--r-- | service/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/pom.xml b/service/pom.xml index eabad41..8a439d1 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -81,11 +81,13 @@ <artifactId>jetty-all</artifactId>
<version>8.1.16.v20140903</version>
</dependency>
+ <!--
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.36</version>
</dependency>
+ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
|