-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumping OCI Java SDK, junit, Jackson, OpenCSV. * Bumping Jackson to 2.18.0 * Rollback maven enforcer version to make Github runners happy.
- Loading branch information
Showing
3 changed files
with
35 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
<olcut.version>5.2.1</olcut.version> | ||
|
||
<!-- Oracle dependencies --> | ||
<oci.sdk.version>3.37.0</oci.sdk.version> | ||
<oci.sdk.version>3.43.2</oci.sdk.version> | ||
|
||
<!-- 3rd party backend dependencies --> | ||
<liblinear.version>2.44</liblinear.version> | ||
|
@@ -56,10 +56,10 @@ | |
<xgboost.version>1.6.2</xgboost.version> | ||
|
||
<!-- 3rd party other dependencies --> | ||
<junit.version>5.9.1</junit.version> | ||
<opencsv.version>5.7.1</opencsv.version> | ||
<junit.version>5.10.2</junit.version> | ||
<opencsv.version>5.9</opencsv.version> | ||
<protobuf.version>3.19.6</protobuf.version> | ||
<jackson.version>2.14.3</jackson.version> | ||
<jackson.version>2.18.0</jackson.version> | ||
|
||
<!-- Other properties --> | ||
<!-- Turn off tests which rely on native code --> | ||
|
@@ -85,12 +85,6 @@ | |
<organization>Oracle Labs</organization> | ||
<organizationUrl>https://labs.oracle.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Kate Silverstein</name> | ||
<email>[email protected]</email> | ||
<organization>Oracle Labs</organization> | ||
<organizationUrl>https://labs.oracle.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Stephen Green</name> | ||
<email>[email protected]</email> | ||
|
@@ -151,69 +145,77 @@ | |
<build> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.13.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
<version>3.0.0-M5</version> | ||
<version>3.3.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<!-- Pinned to 2.7 due to a bug in symlink handling which is fixed in the upcoming 3.3.0 release --> | ||
<version>2.7</version> | ||
<version>3.3.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>3.2.1</version> | ||
<version>3.3.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.4.1</version> | ||
<version>3.7.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<version>3.0.0-M4</version> | ||
<version>3.1.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-dependency-plugin</artifactId> | ||
<version>3.2.0</version> | ||
<version>3.7.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<version>3.0.0-M1</version> | ||
<version>3.1.2</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-assembly-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<version>3.7.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.5.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-site-plugin</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.12.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-install-plugin</artifactId> | ||
<version>3.0.0-M1</version> | ||
<version>3.1.2</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>3.4.2</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.4.1</version> | ||
<configuration> | ||
<additionalJOptions> | ||
<additionalJOption>-Xmaxerrs</additionalJOption> | ||
|
@@ -245,7 +247,7 @@ | |
</tag> | ||
</tags> | ||
<overview>./Core/src/main/javadoc/overview.html</overview> | ||
<bottom>Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
<bottom>Copyright © 2015–2024 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
<groups> | ||
<group> | ||
<title>Core Packages</title> | ||
|
@@ -308,7 +310,7 @@ | |
<linksource>false</linksource> | ||
<nohelp>true</nohelp> | ||
<overview>./Core/src/main/javadoc/overview.html</overview> | ||
<bottom>Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
<bottom>Copyright © 2015–2024 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
<groups> | ||
<group> | ||
<title>Core Packages</title> | ||
|
@@ -357,7 +359,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.1</version> | ||
<version>3.13.0</version> | ||
<configuration> | ||
<release>17</release> | ||
<source>17</source> | ||
|
@@ -373,7 +375,6 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<version>3.2.1</version> | ||
<executions> | ||
<execution> | ||
<id>enforce</id> | ||
|
@@ -394,14 +395,13 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-assembly-plugin</artifactId> | ||
<version>3.3.0</version> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<profiles> | ||
<profile> | ||
<!-- Turn off ONNX, XGBoost and TF tests on ARM platforms as the binaries are not available --> | ||
<!-- Turn off XGBoost and TF tests on ARM platforms as the binaries are not available --> | ||
<id>arm</id> | ||
<properties> | ||
<skipXGBoostTests>true</skipXGBoostTests> | ||
|
@@ -415,7 +415,6 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>3.2.1</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
|
@@ -436,9 +435,8 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.4.1</version> | ||
<configuration> | ||
<bottom>Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
<bottom>Copyright © 2015–2024 Oracle and/or its affiliates. All rights reserved.</bottom> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
|