Author: tchemit Date: 2012-09-23 15:16:05 +0200 (Sun, 23 Sep 2012) New Revision: 3701 Url: http://chorem.org/repositories/revision/pollen/3701 Log: optimize dependencies Modified: trunk/pollen-persistence/pom.xml trunk/pollen-votecounting-api/pom.xml Modified: trunk/pollen-persistence/pom.xml =================================================================== --- trunk/pollen-persistence/pom.xml 2012-09-23 13:09:29 UTC (rev 3700) +++ trunk/pollen-persistence/pom.xml 2012-09-23 13:16:05 UTC (rev 3701) @@ -34,6 +34,10 @@ <artifactId>commons-logging</artifactId> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> Modified: trunk/pollen-votecounting-api/pom.xml =================================================================== --- trunk/pollen-votecounting-api/pom.xml 2012-09-23 13:09:29 UTC (rev 3700) +++ trunk/pollen-votecounting-api/pom.xml 2012-09-23 13:16:05 UTC (rev 3701) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -18,6 +20,10 @@ <dependencies> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency>