Remove unused dependencies 74/101574/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 13 Jun 2022 11:00:33 +0000 (13:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 13 Jun 2022 11:00:33 +0000 (13:00 +0200)
We no longer access maven APIs directly, remove now-unused dependencies.

Change-Id: I14fbc398899e6ceae868a24ee5163c4e16e5dd82
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml

index d0ab13d9a5670643d9abf14f2017acf5102b5df4..18799251633e488406002e784a226231e97b1202 100644 (file)
             <artifactId>org.apache.karaf.shell.core</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.sonatype.plexus</groupId>
-            <artifactId>plexus-build-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>