| Revision | 263 (tree) |
|---|---|
| Time | 2016-05-03 15:07:49 |
| Author | t_nakayama1971 |
delete collections
| @@ -183,11 +183,11 @@ | ||
| 183 | 183 | <contributor> |
| 184 | 184 | <name>Berin Loritsch</name> |
| 185 | 185 | <email></email> |
| 186 | - </contributor> | |
| 186 | + </contributor> | |
| 187 | 187 | <contributor> |
| 188 | 188 | <name>Alex Crown</name> |
| 189 | 189 | <email></email> |
| 190 | - </contributor> | |
| 190 | + </contributor> | |
| 191 | 191 | <contributor> |
| 192 | 192 | <name>Marcus Zander</name> |
| 193 | 193 | <email></email> |
| @@ -273,17 +273,6 @@ | ||
| 273 | 273 | <version>1.1.1</version> |
| 274 | 274 | </dependency> |
| 275 | 275 | <dependency> |
| 276 | - <groupId>commons-collections</groupId> | |
| 277 | - <artifactId>commons-collections</artifactId> | |
| 278 | - <version>3.2.1</version> | |
| 279 | - </dependency> | |
| 280 | - <dependency> | |
| 281 | - <groupId>commons-collections</groupId> | |
| 282 | - <artifactId>commons-collections-testframework</artifactId> | |
| 283 | - <version>3.2.1</version> | |
| 284 | - <scope>test</scope> | |
| 285 | - </dependency> | |
| 286 | - <dependency> | |
| 287 | 276 | <groupId>junit</groupId> |
| 288 | 277 | <artifactId>junit</artifactId> |
| 289 | 278 | <version>3.8.1</version> |
| @@ -359,7 +348,7 @@ | ||
| 359 | 348 | <!-- limit memory size see BEANUTILS-291; allow command-line override --> |
| 360 | 349 | <!-- Originally 25M, increased to 50M to get round Continuum CI build failures --> |
| 361 | 350 | <surefire.argLine>-Xmx50M</surefire.argLine> |
| 362 | - </properties> | |
| 351 | + </properties> | |
| 363 | 352 | |
| 364 | 353 | <reporting> |
| 365 | 354 | <plugins> |
| @@ -80,7 +80,6 @@ | ||
| 80 | 80 | <path id="compile.classpath"> |
| 81 | 81 | <pathelement location="${build.home}/classes"/> |
| 82 | 82 | <pathelement location="${commons-logging.jar}"/> |
| 83 | - <pathelement location="${commons-collections.jar}"/> | |
| 84 | 83 | </path> |
| 85 | 84 | |
| 86 | 85 |
| @@ -91,8 +90,6 @@ | ||
| 91 | 90 | <path id="test.classpath"> |
| 92 | 91 | <pathelement location="${build.home}/classes"/> |
| 93 | 92 | <pathelement location="${build.home}/tests"/> |
| 94 | - <pathelement location="${commons-collections.jar}"/> | |
| 95 | - <pathelement location="${commons-collections-testframework.jar}"/> | |
| 96 | 93 | <pathelement location="${commons-logging.jar}"/> |
| 97 | 94 | <pathelement location="${junit.jar}"/> |
| 98 | 95 | </path> |