Skip to content

Commit 1f70865

Browse files
turboFeiGitHub Enterprise
authored andcommitted
[HADP-60299][FOLLOWUP] Add gluten into maven-enforcer-plugin exclude list : https://github.corp.ebay.com/carmel/ebay-spark/pull/865 (apache#26)
``` [INFO] Restricted to JDK 8 yet org.apache.gluten:gluten-package_2.12:jar:1.6.0-SNAPSHOT:compile contains org/apache/gluten/config/ConfigJniWrapper.class targeted to JDK 17 ```
1 parent 176274b commit 1f70865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,6 +2962,7 @@
29622962
-->
29632963
<exclude>org.threeten:threeten-extra</exclude>
29642964
<exclude>org.apache.iceberg:iceberg-spark-runtime-3.5_${scala.binary.version}</exclude>
2965+
<exclude>org.apache.gluten:gluten-package_${scala.binary.version}</exclude>
29652966
<exclude>org.apache.arrow:*</exclude>
29662967
<exclude>com.thoughtworks.paranamer:paranamer</exclude>
29672968
<exclude>io.fabric8:*</exclude>

0 commit comments

Comments
 (0)