Skip to content

Commit 8d2d7f5

Browse files
committed
Use OrangeExtensions instead of Apple ones
The OrangeExtensions are a pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6. They are kept more up to date than the official Apple ones, and also are available on Central. For details, see: https://ymasory.github.io/OrangeExtensions/ Thanks to @gab1one for the idea: knime-ip/knip-externals#4
1 parent 7eb823a commit 8d2d7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282

8383
<!-- Third-party dependencies -->
8484
<dependency>
85-
<groupId>com.apple</groupId>
86-
<artifactId>AppleJavaExtensions</artifactId>
87-
<version>1.5</version>
85+
<groupId>com.yuvimasory</groupId>
86+
<artifactId>orange-extensions</artifactId>
87+
<version>1.3.0</version>
8888
<scope>provided</scope>
8989
</dependency>
9090
</dependencies>

0 commit comments

Comments
 (0)