Skip to content

Commit 32b489c

Browse files
committed
[DOXIA-742] Upgrade to Plexus Utils 4.0.1 and XML 3.0.1
This closes #226
1 parent 6e49cf9 commit 32b489c

6 files changed

Lines changed: 14 additions & 15 deletions

File tree

doxia-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ under the License.
4848
<groupId>org.codehaus.plexus</groupId>
4949
<artifactId>plexus-utils</artifactId>
5050
</dependency>
51+
<dependency>
52+
<groupId>org.codehaus.plexus</groupId>
53+
<artifactId>plexus-xml</artifactId>
54+
</dependency>
5155
<dependency>
5256
<groupId>commons-io</groupId>
5357
<artifactId>commons-io</artifactId>

doxia-modules/doxia-module-fml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ under the License.
4040
</dependency>
4141
<dependency>
4242
<groupId>org.codehaus.plexus</groupId>
43-
<artifactId>plexus-utils</artifactId>
43+
<artifactId>plexus-xml</artifactId>
4444
</dependency>
4545
<dependency>
4646
<groupId>javax.inject</groupId>

doxia-modules/doxia-module-markdown/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ under the License.
157157
</dependency>
158158
<dependency>
159159
<groupId>org.codehaus.plexus</groupId>
160-
<artifactId>plexus-utils</artifactId>
160+
<artifactId>plexus-xml</artifactId>
161161
</dependency>
162162
<dependency>
163163
<groupId>com.google.inject</groupId>

doxia-modules/doxia-module-xdoc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ under the License.
3838
<groupId>org.slf4j</groupId>
3939
<artifactId>slf4j-api</artifactId>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.codehaus.plexus</groupId>
43-
<artifactId>plexus-utils</artifactId>
44-
</dependency>
4541
<dependency>
4642
<groupId>javax.inject</groupId>
4743
<artifactId>javax.inject</artifactId>
@@ -54,6 +50,10 @@ under the License.
5450
<groupId>org.apache.commons</groupId>
5551
<artifactId>commons-lang3</artifactId>
5652
</dependency>
53+
<dependency>
54+
<groupId>org.codehaus.plexus</groupId>
55+
<artifactId>plexus-xml</artifactId>
56+
</dependency>
5757

5858
<!-- test -->
5959
<dependency>

doxia-modules/doxia-module-xhtml5/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ under the License.
3838
<groupId>org.slf4j</groupId>
3939
<artifactId>slf4j-api</artifactId>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.codehaus.plexus</groupId>
43-
<artifactId>plexus-utils</artifactId>
44-
</dependency>
4541
<dependency>
4642
<groupId>javax.inject</groupId>
4743
<artifactId>javax.inject</artifactId>
@@ -54,6 +50,10 @@ under the License.
5450
<groupId>org.apache.commons</groupId>
5551
<artifactId>commons-lang3</artifactId>
5652
</dependency>
53+
<dependency>
54+
<groupId>org.codehaus.plexus</groupId>
55+
<artifactId>plexus-xml</artifactId>
56+
</dependency>
5757

5858
<dependency>
5959
<groupId>com.google.inject</groupId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ under the License.
185185
<version>6.0.0</version>
186186
<scope>test</scope>
187187
</dependency>
188-
<dependency>
189-
<groupId>org.codehaus.plexus</groupId>
190-
<artifactId>plexus-utils</artifactId>
191-
<version>3.5.1</version>
192-
</dependency>
193188
<dependency>
194189
<groupId>javax.inject</groupId>
195190
<artifactId>javax.inject</artifactId>

0 commit comments

Comments
 (0)