Skip to content

Commit

Permalink
Reports can't read new Java 9 bytecode constants
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbye committed May 18, 2019
1 parent 9941729 commit b1792c9
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<downloadSources>true</downloadSources>
<hamcrest.version>2.1</hamcrest.version>
<junit.version>4.12</junit.version>
<asm.version>7.0</asm.version>
<asm.version>7.1</asm.version>
<objenesis.version>3.0.1</objenesis.version>
<bsh.version>2.0b6</bsh.version>
<junit.jupiter.version>5.4.2</junit.jupiter.version>
Expand Down Expand Up @@ -325,25 +325,6 @@
</repository>
</distributionManagement>


<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>dependency-updates-report</report>
<report>plugin-updates-report</report>
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>release</id>
Expand Down

0 comments on commit b1792c9

Please sign in to comment.