(no commit message)
[utils] / gps / pom.xml
diff --git a/gps/pom.xml b/gps/pom.xml
new file mode 100644 (file)
index 0000000..c1617e6
--- /dev/null
@@ -0,0 +1,33 @@
+<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-crawler</artifactId>
+    <version>0.2-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>wamblee-gps</artifactId>
+  <packaging>jar</packaging>
+  <name>wamblee.org GPS utilities</name>
+  <url>http://wamblee.org</url>
+  <dependencies>
+    <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-support</artifactId>
+    </dependency>  
+       <dependency>
+      <groupId>jfreechart</groupId>
+      <artifactId>jfreechart</artifactId>
+    </dependency>
+       <dependency>
+      <groupId>jcommon</groupId>
+      <artifactId>jcommon</artifactId>
+    </dependency>
+
+  </dependencies>
+
+</project>