Author: nbelaevski
Date: 2010-07-02 11:31:28 -0400 (Fri, 02 Jul 2010)
New Revision: 17708
Modified:
root/cdk/trunk/bom/pom.xml
root/cdk/trunk/plugins/generator/pom.xml
Log:
Replaced google-collections with guava
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-07-02 14:29:39 UTC (rev 17707)
+++ root/cdk/trunk/bom/pom.xml 2010-07-02 15:31:28 UTC (rev 17708)
@@ -75,11 +75,6 @@
<version>20081112</version>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>2.0</version>
Modified: root/cdk/trunk/plugins/generator/pom.xml
===================================================================
--- root/cdk/trunk/plugins/generator/pom.xml 2010-07-02 14:29:39 UTC (rev 17707)
+++ root/cdk/trunk/plugins/generator/pom.xml 2010-07-02 15:31:28 UTC (rev 17708)
@@ -42,10 +42,6 @@
<groupId>com.sun.xsom</groupId>
<artifactId>xsom</artifactId>
</element>
- <element>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
- </element>
</classpath>
<source>${project.basedir}/src/main/script/SchemaAttributesParserTask.groovy</source>
</configuration>
@@ -160,8 +156,8 @@
<artifactId>easymock</artifactId>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xsom</groupId>
Show replies by date