Skip to content

Commit

Permalink
Backout debugging and parent pom change.
Browse files Browse the repository at this point in the history
Waiting on org.apache.maven.shared:maven-dependency-analyzer:1.13.2
  • Loading branch information
garydgregory committed Apr 30, 2023
1 parent 271fa3c commit de3f858
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>57</version>
<version>56</version>
</parent>

<groupId>org.apache.bcel</groupId>
Expand Down Expand Up @@ -210,18 +210,6 @@
<build>
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check pmd:check spotbugs:check javadoc:javadoc</defaultGoal>
<plugins>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<version>1.13.2-SNAPSHOT</version>
<!-- <version>1.13.1</version>-->
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit de3f858

Please sign in to comment.