Author: bdelacretaz
Date: Thu Dec 19 09:49:23 2013
New Revision: 1552266
URL: http://svn.apache.org/r1552266
Log:
Fix wrong dependencies
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=1552266&r1=1552265&r2=1552266&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Thu Dec 19 09:49:23 2013
@@ -73,13 +73,13 @@
</dependency>
<dependency>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-device-data</artifactId>
+ <artifactId>org.apache.devicemap.devicedata</artifactId>
<version>0.9.9-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-test-data</artifactId>
+ <artifactId>org.apache.devicemap.testdata</artifactId>
<version>0.9.9-SNAPSHOT</version>
<scope>test</scope>
</dependency>