aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorwilliamchitto <williamchitto@gmail.com>2012-07-23 11:37:44 -0300
committerwilliamchitto <williamchitto@gmail.com>2012-07-23 11:37:44 -0300
commite5956453030294a2cda842b0329bf089054aa480 (patch)
tree87b5cad830bcdb934d9c8867fc8894161f69f8c8 /pom.xml
parentf4d3760c0d0523548dcaec42ba25f6a81a8c3254 (diff)
downloadtrackermap-server-e5956453030294a2cda842b0329bf089054aa480.tar.gz
trackermap-server-e5956453030294a2cda842b0329bf089054aa480.tar.bz2
trackermap-server-e5956453030294a2cda842b0329bf089054aa480.zip
MAVEM
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 000000000..b6d4a5a6d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,35 @@
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.traccar</groupId>
+ <artifactId>traccar</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.3.167</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.aggregate</groupId>
+ <artifactId>jetty-all</artifactId>
+ <version>8.1.4.v20120524</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ <version>3.5.2.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.10</version>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file