Skip to content

Commit 2714457

Browse files
committed
Update cleargl: 2.2.10 -> 2.2.11
The 2.2.11 release updates JOGL from 2.3.2 to 2.5.0, and has properly declared platform-specific dependencies.
1 parent 2ac9e95 commit 2714457

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,8 @@
13111311
<coremem.version>0.4.8</coremem.version>
13121312
<net.clearcontrol.coremem.version>${coremem.version}</net.clearcontrol.coremem.version>
13131313

1314-
<!-- ClearGL - https://github.com/ClearVolume/ClearGL -->
1315-
<cleargl.version>2.2.10</cleargl.version>
1314+
<!-- ClearGL - https://github.com/ClearVolume/cleargl -->
1315+
<cleargl.version>2.2.11</cleargl.version>
13161316
<net.clearvolume.cleargl.version>${cleargl.version}</net.clearvolume.cleargl.version>
13171317

13181318
<!-- Third party components -->
@@ -4240,23 +4240,11 @@
42404240
</exclusions>
42414241
</dependency>
42424242

4243-
<!-- ClearGL - https://github.com/ClearVolume/ClearGL -->
4243+
<!-- ClearGL - https://github.com/ClearVolume/cleargl -->
42444244
<dependency>
42454245
<groupId>net.clearvolume</groupId>
42464246
<artifactId>cleargl</artifactId>
42474247
<version>${net.clearvolume.cleargl.version}</version>
4248-
<exclusions>
4249-
<exclusion>
4250-
<!-- Brings in all gluegen-rt native classifiers. -->
4251-
<groupId>org.jogamp.gluegen</groupId>
4252-
<artifactId>gluegen-rt-main</artifactId>
4253-
</exclusion>
4254-
<exclusion>
4255-
<!-- Brings in all jogl-all native classifiers. -->
4256-
<groupId>org.jogamp.jogl</groupId>
4257-
<artifactId>jogl-all-main</artifactId>
4258-
</exclusion>
4259-
</exclusions>
42604248
</dependency>
42614249

42624250
<!-- Third party components -->

0 commit comments

Comments
 (0)