Skip to content

Commit d6a03e6

Browse files
committed
[JXR-186] Upgrade to Parent 41
1 parent 7cd3904 commit d6a03e6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

maven-jxr-plugin/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ under the License.
105105
<groupId>org.codehaus.plexus</groupId>
106106
<artifactId>plexus-utils</artifactId>
107107
</dependency>
108+
<dependency>
109+
<groupId>org.codehaus.plexus</groupId>
110+
<artifactId>plexus-xml</artifactId>
111+
</dependency>
108112

109113
<!-- testing -->
110114
<dependency>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>40</version>
26+
<version>41</version>
2727
<relativePath />
2828
</parent>
2929

@@ -96,11 +96,6 @@ under the License.
9696
<artifactId>plexus-java</artifactId>
9797
<version>1.2.0</version>
9898
</dependency>
99-
<dependency>
100-
<groupId>org.codehaus.plexus</groupId>
101-
<artifactId>plexus-utils</artifactId>
102-
<version>3.5.1</version>
103-
</dependency>
10499
<dependency>
105100
<groupId>org.slf4j</groupId>
106101
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)