You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2014/07/05 07:47:04 UTC

svn commit: r1607977 - /incubator/devicemap/trunk/devicemap/java/pom.xml

Author: rezan
Date: Sat Jul  5 05:47:03 2014
New Revision: 1607977

URL: http://svn.apache.org/r1607977
Log:
removed deps from pom

Modified:
    incubator/devicemap/trunk/devicemap/java/pom.xml

Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1607977&r1=1607976&r2=1607977&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Sat Jul  5 05:47:03 2014
@@ -64,37 +64,5 @@
         <url>http://svn.apache.org/viewvc/incubator/devicemap/trunk/java</url>
     </scm>
   
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.11</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <version>1.7.5</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <version>1.7.5</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.devicemap</groupId>
-            <artifactId>org.apache.devicemap.devicedata</artifactId>
-            <version>0.9.9-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.devicemap</groupId>
-            <artifactId>org.apache.devicemap.testdata</artifactId>
-            <version>0.9.9-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
 </project>