Skip to content

Commit cd146e4

Browse files
committed
Bump maven.shade.plugin.version to 3.6.2 to resolve druid-handler javadoc ASM error
"Error in ASM processing class org/apache/hive/druid/org/apache/calcite/runtime/SqlFunctions.class: Index 65536 out of bounds for length 334"
1 parent 3bea9dd commit cd146e4

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

druid-handler/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -409,18 +409,6 @@
409409
</configuration>
410410
</execution>
411411
</executions>
412-
<dependencies>
413-
<dependency>
414-
<groupId>org.ow2.asm</groupId>
415-
<artifactId>asm</artifactId>
416-
<version>9.6</version>
417-
</dependency>
418-
<dependency>
419-
<groupId>org.ow2.asm</groupId>
420-
<artifactId>asm-commons</artifactId>
421-
<version>9.6</version>
422-
</dependency>
423-
</dependencies>
424412
</plugin>
425413
</plugins>
426414
</build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
9999
<maven.exec.plugin.version>3.1.0</maven.exec.plugin.version>
100100
<maven.versions.plugin.version>2.16.0</maven.versions.plugin.version>
101-
<maven.shade.plugin.version>3.6.0</maven.shade.plugin.version>
101+
<maven.shade.plugin.version>3.6.2</maven.shade.plugin.version>
102102
<josdk.version>5.3.4</josdk.version>
103103
<fabric8.version>7.7.0</fabric8.version>
104104
<maven.surefire.plugin.version>3.5.3</maven.surefire.plugin.version>

0 commit comments

Comments
 (0)