Skip to content

Commit

Permalink
Cleanup after pom update
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 4, 2023
1 parent e41a642 commit 9abdffc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<!-- The depednecies are only to support the legacy API therefore we exclude anything as we only need the API/classes -->
<!-- The dependencies are only to support the legacy API therefore we exclude anything as we only need the API/classes -->
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
Expand Down Expand Up @@ -83,29 +83,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>0.9.0.M2</version>
<executions>
<execution>
<id>index-project</id>
<goals>
<goal>main-index</goal>
<goal>test-index</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down

0 comments on commit 9abdffc

Please sign in to comment.