Skip to content

Commit 911bdfb

Browse files
committed
Add jocl
1 parent 229ee71 commit 911bdfb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,10 @@
16501650
<joda-time.version>2.10.6</joda-time.version>
16511651
<joda-time.joda-time.version>${joda-time.version}</joda-time.joda-time.version>
16521652

1653+
<!-- JOCL - https://www.jocl.org -->
1654+
<jocl.version>2.0.4</jocl.version>
1655+
<org.jocl.jocl.version>${jocl.version}</org.jocl.jocl.version>
1656+
16531657
<!-- JOGL - https://jogamp.org/jogl/ -->
16541658
<jogl.version>2.3.2</jogl.version>
16551659
<gluegen-rt-main.version>${jogl.version}</gluegen-rt-main.version>
@@ -4491,6 +4495,13 @@
44914495
<version>${joda-time.joda-time.version}</version>
44924496
</dependency>
44934497

4498+
<!-- JOCL - https://www.jocl.org -->
4499+
<dependency>
4500+
<groupId>org.jocl</groupId>
4501+
<artifactId>jocl</artifactId>
4502+
<version>${org.jocl.jocl.version}</version>
4503+
</dependency>
4504+
44944505
<!-- JOGL - https://jogamp.org/jogl/ -->
44954506
<dependency>
44964507
<groupId>org.jogamp.gluegen</groupId>

0 commit comments

Comments
 (0)