(no commit message)
[utils] / gps / pom.xml
diff --git a/gps/pom.xml b/gps/pom.xml
deleted file mode 100644 (file)
index 4ea80e6..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <parent>
-    <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.wamblee</groupId>
-  <artifactId>wamblee-gps</artifactId>
-  <packaging>jar</packaging>
-  <name>/gps</name>
-  <url>http://wamblee.org</url>
-  <dependencies>
-    <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support-general</artifactId>
-        <version>0.2-SNAPSHOT</version>
-    </dependency>  
-       <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jfreechart</artifactId>
-    </dependency>
-       <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jcommon</artifactId>
-    </dependency>
-
-  </dependencies>
-
-</project>