aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl/pom.xml
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2014-05-28 21:58:58 +0200
committerJulien Gouesse <[email protected]>2014-05-28 21:58:58 +0200
commit9eda30c3d96f6d465891421a4e649a5906bcdf4a (patch)
treec211b65ae02e2adf0e30c94bb9927ce77ef55c1c /ardor3d-jogl/pom.xml
parente5cbd7ab638f4e0186f682769166c19a56e45f6c (diff)
Copies the controller based on JInput 2.0.6 into the JogAmp backend
Diffstat (limited to 'ardor3d-jogl/pom.xml')
-rw-r--r--ardor3d-jogl/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ardor3d-jogl/pom.xml b/ardor3d-jogl/pom.xml
index f0d90cc..e14ff2a 100644
--- a/ardor3d-jogl/pom.xml
+++ b/ardor3d-jogl/pom.xml
@@ -47,6 +47,10 @@
<artifactId>jocl-main</artifactId>
</dependency-->
<dependency>
+ <groupId>net.java.jinput</groupId>
+ <artifactId>jinput</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>${swt.version}</version>