Skip to content

Commit

Permalink
[MPIR-438] Upgrade to maven-shared-jar 3.0.0
Browse files Browse the repository at this point in the history
This closes #52
  • Loading branch information
michael-o committed May 13, 2023
1 parent a5e3348 commit f942ba1
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,27 +194,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-jar</artifactId>
<version>1.2</version>
<exclusions>
<!-- Replace problematic BCEL version until MSHARED JAR has been updated -->
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>bcel-findbugs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>6.7.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
Expand Down

0 comments on commit f942ba1

Please sign in to comment.