mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4758 - remove unreferenced mysql dep
This commit is contained in:
parent
a959ed9227
commit
78a785eecc
|
@ -250,13 +250,6 @@
|
|||
<artifactId>regexp</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>5.1.17</version>
|
||||
<optional>true</optional>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-dbcp</groupId>
|
||||
<artifactId>commons-dbcp</artifactId>
|
||||
|
|
Loading…
Reference in New Issue