Skip to content

Commit

Permalink
[MSHADE-275] - Maven Shade Plugin does not work under Java 10
Browse files Browse the repository at this point in the history
 o jdependency keeping at 1.2
 o Downgraded asm to 6.0 cause 6.1/6.1.1 cause IllegalArgumentExceptions in jdependency
  • Loading branch information
khmarbaise committed Apr 2, 2018
1 parent 281da73 commit b944a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ out/
/bootstrap
/dependencies.xml
.java-version
.checkstyle
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<properties>
<mavenVersion>3.0</mavenVersion>
<currentVersion>${project.version}</currentVersion>
<asmVersion>6.0_BETA</asmVersion>
<surefire.version>2.21.0</surefire.version>
<asmVersion>6.0</asmVersion>
</properties>

<contributors>
Expand Down Expand Up @@ -131,6 +131,7 @@
<artifactId>asm-commons</artifactId>
<version>${asmVersion}</version>
</dependency>

<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
Expand Down

0 comments on commit b944a34

Please sign in to comment.