Skip to content

Commit d179432

Browse files
committed
Cleanup after parent pom update
1 parent 1fe4462 commit d179432

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
</distributionManagement>
4646

4747
<properties>
48-
<sisuVersion>0.9.0.M2</sisuVersion>
4948
<slf4jVersion>1.7.36</slf4jVersion>
5049
<project.build.outputTimestamp>2023-07-25T07:06:02Z</project.build.outputTimestamp>
5150
</properties>
@@ -129,7 +128,7 @@
129128
<dependency>
130129
<groupId>org.eclipse.sisu</groupId>
131130
<artifactId>org.eclipse.sisu.inject</artifactId>
132-
<version>${sisuVersion}</version>
131+
<version>${sisuMavenPluginVersion}</version>
133132
<scope>test</scope>
134133
</dependency>
135134
<dependency>
@@ -161,16 +160,6 @@
161160
<plugin>
162161
<groupId>org.eclipse.sisu</groupId>
163162
<artifactId>sisu-maven-plugin</artifactId>
164-
<version>${sisuVersion}</version>
165-
<executions>
166-
<execution>
167-
<id>index-project</id>
168-
<goals>
169-
<goal>main-index</goal>
170-
<goal>test-index</goal>
171-
</goals>
172-
</execution>
173-
</executions>
174163
</plugin>
175164
<plugin>
176165
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)