Skip to content

Commit aabe035

Browse files
removed one dependency
1 parent e1d0fa4 commit aabe035

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">\
1515
<version>1.0-SNAPSHOT</version>\
1616
<packaging>jar</packaging>\
1717
<dependencies>\
18-
<dependency>\
19-
<groupId>mysql2</groupId>\
20-
<artifactId>mysql-connector-java</artifactId>\
21-
<version>1.4.2</version>\
22-
</dependency>\
18+
2319
<dependency>\
2420
<groupId>org.eclipse.jetty</groupId>\
2521
<artifactId>jetty-servlet</artifactId>\
@@ -64,4 +60,4 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">\
6460
</build>\
6561
</project>\
6662
\
67-
}
63+
}

0 commit comments

Comments
 (0)