diff --git a/pom.xml b/pom.xml index eb96ea4fd1..a5754accde 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 1.26.1 2.2.0 - 3.5.1 + 4.0.1 2.15.0 2.1.0 3.12.0 @@ -144,6 +144,12 @@ plexus-utils ${plexusUtilsVersion} + + + org.codehaus.plexus + plexus-xml + 3.0.1 + org.codehaus.plexus plexus-archiver diff --git a/sisu-osgi/sisu-osgi-connect/pom.xml b/sisu-osgi/sisu-osgi-connect/pom.xml index 01708046a2..7df33cc198 100644 --- a/sisu-osgi/sisu-osgi-connect/pom.xml +++ b/sisu-osgi/sisu-osgi-connect/pom.xml @@ -38,6 +38,10 @@ org.codehaus.plexus plexus-component-annotations + + org.codehaus.plexus + plexus-xml + commons-io commons-io diff --git a/tycho-core/pom.xml b/tycho-core/pom.xml index df44fa081d..53289e14c5 100644 --- a/tycho-core/pom.xml +++ b/tycho-core/pom.xml @@ -187,6 +187,10 @@ plexus-interpolation 1.27 + + org.codehaus.plexus + plexus-xml + org.codehaus.plexus plexus-cipher diff --git a/tycho-extras/tycho-pomless/pom.xml b/tycho-extras/tycho-pomless/pom.xml index 58d0cfa8ed..af707b3b5c 100644 --- a/tycho-extras/tycho-pomless/pom.xml +++ b/tycho-extras/tycho-pomless/pom.xml @@ -60,6 +60,10 @@ commons-io commons-io + + org.codehaus.plexus + plexus-xml + org.apache.maven maven-embedder diff --git a/tycho-spi/pom.xml b/tycho-spi/pom.xml index 74c8323fe4..0d00f088bf 100644 --- a/tycho-spi/pom.xml +++ b/tycho-spi/pom.xml @@ -30,6 +30,10 @@ tycho-api ${project.version} + + org.codehaus.plexus + plexus-xml +