Skip to content

Commit

Permalink
Downgrade plexus-xml to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2023
1 parent b9a2796 commit 9634b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@ private void compileGeneratedSources(String verifierId, String javaSource) throw
addDependency("junit", "junit");
addDependency("org.codehaus.plexus", "plexus-utils");
addDependency("org.codehaus.plexus", "plexus-xml");
addDependency("org.apache.maven", "maven-api-xml");
addDependency("org.apache.maven", "maven-xml-impl");
// for plexus-xml 4
// addDependency("org.apache.maven", "maven-api-xml");
// addDependency("org.apache.maven", "maven-xml-impl");
addDependency("org.codehaus.modello", "modello-test");

String[] classPathElements = new String[dependencies.size() + 2];
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.2</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 9634b19

Please sign in to comment.