Author: echatellier Date: 2012-06-29 22:37:07 +0200 (Fri, 29 Jun 2012) New Revision: 2879 Url: http://chorem.org/repositories/revision/jtimer/2879 Log: Commit in wrong location Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-29 20:36:19 UTC (rev 2878) +++ trunk/pom.xml 2012-06-29 20:37:07 UTC (rev 2879) @@ -244,18 +244,18 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>com.nativelibs4java</groupId> - <artifactId>bridj</artifactId> - <version>0.6.1</version> + <groupId>net.java.dev.jna</groupId> + <artifactId>jna</artifactId> + <version>3.4.0</version> <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>com.google.android.tools</groupId> - <artifactId>dx</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> + <groupId>net.java.dev.jna</groupId> + <artifactId>platform</artifactId> + <version>3.4.0</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>runtime</scope>