Fix bad dependency

This commit is contained in:
jamesagnew 2019-06-09 21:11:13 -04:00
parent c2aec5c1a9
commit 3dbfb47411
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@
<artifactId>commons-dbcp2</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
@ -157,6 +158,7 @@
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>javax.servlet</groupId>