]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Remove dependencies to ant
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 17:41:41 +0000 (17:41 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 17:41:41 +0000 (17:41 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2468 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/pom.xml

index 8e697e454926517aeacf9dd47e6f1b45a10ea452..665f1dcfddd0b212d1e10645cc443b539df755aa 100644 (file)
@@ -227,13 +227,11 @@ limitations under the License.
                                <version>${project.version}</version>
                                <classifier>tests</classifier>
                        </dependency>
-                       <!-- 
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ant</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                        -->
+                               <version>${project.version}</version> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.hibernate</artifactId>
@@ -531,9 +529,9 @@ limitations under the License.
 
                        <!-- Ant -->
                        <dependency>
-                               <groupId>org.argeo.dep.osgi</groupId>
-                               <artifactId>org.argeo.dep.osgi.ant</artifactId>
-                               <version>1.7.1</version>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>com.springsource.org.apache.tools.ant</artifactId>
+                               <version>1.7.0</version>
                        </dependency>
 
                        <!-- Required by specific Ant tasks -->