Skip to content

Commit

Permalink
Fix jogamp native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carshadi committed Jan 14, 2024
1 parent 746b1d2 commit 8c9d5f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,13 @@
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt</artifactId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all</artifactId>
<artifactId>jogl-all-main</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.joml</groupId>
Expand Down

0 comments on commit 8c9d5f3

Please sign in to comment.