diff --git a/extensions/modeshape-connector-store-jpa/pom.xml b/extensions/modeshape-connector-store-jpa/pom.xml index c9ad1a7..22a16c2 100644 --- a/extensions/modeshape-connector-store-jpa/pom.xml +++ b/extensions/modeshape-connector-store-jpa/pom.xml @@ -18,14 +18,14 @@ parent pom. --> - org.modeshape modeshape-graph - @@ -38,7 +38,7 @@ hibernate-c3p0 3.5.2-Final - @@ -47,10 +47,10 @@ test - com.google.collections - google-collections + com.google.guava + guava - @@ -75,8 +75,8 @@ test-jar test - org.slf4j @@ -90,7 +90,7 @@ log4j log4j - diff --git a/extensions/modeshape-search-lucene/pom.xml b/extensions/modeshape-search-lucene/pom.xml index 5b1cef8..c3f02c6 100644 --- a/extensions/modeshape-search-lucene/pom.xml +++ b/extensions/modeshape-search-lucene/pom.xml @@ -18,14 +18,14 @@ parent pom. --> - org.modeshape modeshape-graph - @@ -54,10 +54,10 @@ 3.0.2 - com.google.collections - google-collections + com.google.guava + guava - @@ -82,8 +82,8 @@ test-jar test - org.slf4j @@ -97,7 +97,7 @@ log4j log4j - diff --git a/modeshape-graph/pom.xml b/modeshape-graph/pom.xml index c16fa1a..9b9dda2 100644 --- a/modeshape-graph/pom.xml +++ b/modeshape-graph/pom.xml @@ -11,9 +11,9 @@ jar ModeShape Graph http://www.modeshape.org - + @@ -33,10 +33,10 @@ joda-time - com.google.collections - google-collections + com.google.guava + guava - @@ -47,8 +47,8 @@ org.mockito mockito-all - org.slf4j @@ -62,7 +62,7 @@ log4j log4j - diff --git a/modeshape-jcr/pom.xml b/modeshape-jcr/pom.xml index f01f675..1192ffe 100644 --- a/modeshape-jcr/pom.xml +++ b/modeshape-jcr/pom.xml @@ -56,10 +56,10 @@ modeshape-search-lucene - com.google.collections - google-collections + com.google.guava + guava - @@ -79,8 +79,8 @@ org.mockito mockito-all - org.slf4j @@ -96,14 +96,14 @@ log4j test - net.jcip jcip-annotations - @@ -209,4 +209,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index a3bd79e..153cfc6 100644 --- a/pom.xml +++ b/pom.xml @@ -1164,12 +1164,12 @@ Collections --> - com.google.collections - google-collections - 1.0-rc3 + com.google.guava + guava + r09 compile -