Browse Source

Updated scope of commons collections to 'test'

Luke Taylor 15 years ago
parent
commit
1898b4df52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/pom.xml

+ 1 - 0
core/pom.xml

@@ -76,6 +76,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>hsqldb</groupId>