diff options
author | Philip Jordan <[email protected]> | 2019-09-30 09:07:13 +1300 |
---|---|---|
committer | Philip Jordan <[email protected]> | 2019-09-30 09:07:13 +1300 |
commit | 82a51e591bb559550374d26f16f841e7a0dd5205 (patch) | |
tree | d338b9ef179220b7be89ca6fe9ebfc6186f71762 | |
parent | 94daefd148b88c30d32258b13169733a4a816620 (diff) |
Added joal to dependencies1.7.0-finaldev1.7.0
Signed-off-by: Philip Jordan <[email protected]>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -102,6 +102,11 @@ <artifactId>vecmath</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.jogamp.joal</groupId> + <artifactId>joal</artifactId> + <version>${jogamp.version}</version> + </dependency> </dependencies> <build> |