Author: echatellier Date: 2012-06-29 22:38:06 +0200 (Fri, 29 Jun 2012) New Revision: 2880 Url: http://chorem.org/repositories/revision/jtimer/2880 Log: refs #657 : Test bridj to call native code Modified: branches/1.4.x-evol-657-bridj/pom.xml Modified: branches/1.4.x-evol-657-bridj/pom.xml =================================================================== --- branches/1.4.x-evol-657-bridj/pom.xml 2012-06-29 20:37:07 UTC (rev 2879) +++ branches/1.4.x-evol-657-bridj/pom.xml 2012-06-29 20:38:06 UTC (rev 2880) @@ -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>