Author: andygumbrecht
Date: Thu Jan 31 16:16:00 2013
New Revision: 1441040

URL: http://svn.apache.org/viewvc?rev=1441040&view=rev
Log:
Move dep.

Modified:
    tomee/tomee/trunk/examples/groovy-spock/pom.xml

Modified: tomee/tomee/trunk/examples/groovy-spock/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/groovy-spock/pom.xml?rev=1441040&r1=1441039&r2=1441040&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/groovy-spock/pom.xml (original)
+++ tomee/tomee/trunk/examples/groovy-spock/pom.xml Thu Jan 31 16:16:00 2013
@@ -47,12 +47,7 @@
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-eclipse-compiler</artifactId>
             <version>2.7.0-01</version>
-          </dependency>
-                 <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>org.eclipse.core.contenttype</artifactId>
-                       <version>3.4.100.v20100505-1235</version>
-                 </dependency>
+          </dependency>                  
         </dependencies>
       </plugin>
       <plugin>
@@ -107,6 +102,12 @@
       <artifactId>groovy-all</artifactId>
       <version>2.0.5</version> <!-- spock doesn't work with 2.0.0-rc-4 -->
     </dependency>
+       
+       <dependency>
+         <groupId>org.eclipse.core</groupId>
+         <artifactId>org.eclipse.core.contenttype</artifactId>
+         <version>3.4.100.v20100505-1235</version>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>


Reply via email to