Skip to content

Commit

Permalink
Cleanup after parent pom update
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 8, 2023
1 parent 1fe4462 commit d179432
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</distributionManagement>

<properties>
<sisuVersion>0.9.0.M2</sisuVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2023-07-25T07:06:02Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -129,7 +128,7 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${sisuVersion}</version>
<version>${sisuMavenPluginVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -161,16 +160,6 @@
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>${sisuVersion}</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>
Expand Down

0 comments on commit d179432

Please sign in to comment.