aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-examples/pom.xml')
-rw-r--r--ardor3d-examples/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ardor3d-examples/pom.xml b/ardor3d-examples/pom.xml
index e4b71b3..7350176 100644
--- a/ardor3d-examples/pom.xml
+++ b/ardor3d-examples/pom.xml
@@ -127,6 +127,11 @@
<artifactId>ardor3d-jogl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-jogl-awt</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ardor3d-jogl-swt</artifactId>