Author: echatellier Date: 2012-06-29 22:36:19 +0200 (Fri, 29 Jun 2012) New Revision: 2878 Url: http://chorem.org/repositories/revision/jtimer/2878 Log: refs #657 : Test bridj to call native code Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-29 20:35:12 UTC (rev 2877) +++ trunk/pom.xml 2012-06-29 20:36:19 UTC (rev 2878) @@ -244,18 +244,18 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>net.java.dev.jna</groupId> - <artifactId>jna</artifactId> - <version>3.4.0</version> + <groupId>com.nativelibs4java</groupId> + <artifactId>bridj</artifactId> + <version>0.6.1</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>
participants (1)
-
echatellier@users.chorem.org