Added presto dependency to pom.xml

This commit is contained in:
daniel oeh 2013-05-03 18:32:01 +02:00
parent 62d7a927ad
commit 47d5bf609d
1 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,14 @@
<version>0.6.1-SNAPSHOT</version>
<type>apklib</type>
</dependency>
<dependency>
<groupId>com.aocate</groupId>
<artifactId>presto_client</artifactId>
<version>0.8.5</version>
<type>jar</type>
<scope>system</scope>
<systemPath>${project.basedir}/libs/presto_client-0.8.5.jar</systemPath>
</dependency>
</dependencies>
<build>