Skip to content

Commit f942ba1

Browse files
committed
[MPIR-438] Upgrade to maven-shared-jar 3.0.0
This closes #52
1 parent a5e3348 commit f942ba1

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -194,27 +194,7 @@ under the License.
194194
<dependency>
195195
<groupId>org.apache.maven.shared</groupId>
196196
<artifactId>maven-shared-jar</artifactId>
197-
<version>1.2</version>
198-
<exclusions>
199-
<!-- Replace problematic BCEL version until MSHARED JAR has been updated -->
200-
<exclusion>
201-
<groupId>com.google.code.findbugs</groupId>
202-
<artifactId>bcel-findbugs</artifactId>
203-
</exclusion>
204-
<exclusion>
205-
<groupId>org.apache.maven</groupId>
206-
<artifactId>*</artifactId>
207-
</exclusion>
208-
<exclusion>
209-
<groupId>org.codehaus.plexus</groupId>
210-
<artifactId>plexus-container-default</artifactId>
211-
</exclusion>
212-
</exclusions>
213-
</dependency>
214-
<dependency>
215-
<groupId>org.apache.bcel</groupId>
216-
<artifactId>bcel</artifactId>
217-
<version>6.7.0</version>
197+
<version>3.0.0</version>
218198
</dependency>
219199
<dependency>
220200
<groupId>org.eclipse.aether</groupId>

0 commit comments

Comments
 (0)