fix broken build (wrong scope for command-line build)

This commit is contained in:
dsyer
2009-04-22 20:08:03 +00:00
parent d8c0d33e95
commit c5553c36f0

View File

@@ -168,6 +168,8 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>com.springsource.org.apache.derby</artifactId>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>