You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/11/05 15:50:50 UTC

svn commit: r1031605 - /incubator/isis/trunk/support/prototype/pom.xml

Author: danhaywood
Date: Fri Nov  5 14:50:49 2010
New Revision: 1031605

URL: http://svn.apache.org/viewvc?rev=1031605&view=rev
Log:
removing unneeded dependencies from support/prototype/pom.xml

Modified:
    incubator/isis/trunk/support/prototype/pom.xml

Modified: incubator/isis/trunk/support/prototype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/pom.xml?rev=1031605&r1=1031604&r2=1031605&view=diff
==============================================================================
--- incubator/isis/trunk/support/prototype/pom.xml (original)
+++ incubator/isis/trunk/support/prototype/pom.xml Fri Nov  5 14:50:49 2010
@@ -36,7 +36,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4.2</version>
+                    <version>2.4.3</version>
                     <configuration>
                         <excludes>
                             <exclude>**/Test*.java</exclude>
@@ -91,7 +91,6 @@
         <module>viewer-wicket</module>
         <module>viewer-restful</module>
         <module>viewer-scimpi</module>
-        <module>viewer-junit</module>
         <module>viewer-bdd</module>
     </modules>
 
@@ -210,22 +209,10 @@
                 <artifactId>view-cooldatasoftmenu-view</artifactId> <version>0.1-SNAPSHOT</version> 
                 </dependency> -->
 
-            <!-- 3rd party -->
-            <dependency>
-                <groupId>com.google.collections</groupId>
-                <artifactId>google-collections</artifactId>
-                <version>1.0</version>
-            </dependency>
 
         </dependencies>
     </dependencyManagement>
 
-    <dependencies>
-        <dependency>
-            <groupId>com.google.collections</groupId>
-            <artifactId>google-collections</artifactId>
-        </dependency>
-    </dependencies>
 
 
 </project>