Skip to content

Commit ecdafbc

Browse files
committed
Removed dependencies on slf4j-log4j and the mysql jdbc driver
Both dependencies should be provided by the user of metafacture because the concret implementation depends on the environment.
1 parent e81b230 commit ecdafbc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<groupId>org.slf4j</groupId>
233233
<artifactId>slf4j-log4j12</artifactId>
234234
<version>1.7.2</version>
235-
<scope>runtime</scope>
235+
<scope>test</scope>
236236
</dependency>
237237

238238
<dependency>
@@ -241,11 +241,6 @@
241241
<version>1.7.2</version>
242242
</dependency>
243243

244-
<dependency>
245-
<groupId>mysql</groupId>
246-
<artifactId>mysql-connector-java</artifactId>
247-
<version>5.1.6</version>
248-
</dependency>
249244

250245
<dependency>
251246
<groupId>org.antlr</groupId>

0 commit comments

Comments
 (0)