File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 45
45
</distributionManagement >
46
46
47
47
<properties >
48
- <sisuVersion >0.9.0.M2</sisuVersion >
49
48
<slf4jVersion >1.7.36</slf4jVersion >
50
49
<project .build.outputTimestamp>2023-07-25T07:06:02Z</project .build.outputTimestamp>
51
50
</properties >
129
128
<dependency >
130
129
<groupId >org.eclipse.sisu</groupId >
131
130
<artifactId >org.eclipse.sisu.inject</artifactId >
132
- <version >${sisuVersion } </version >
131
+ <version >${sisuMavenPluginVersion } </version >
133
132
<scope >test</scope >
134
133
</dependency >
135
134
<dependency >
161
160
<plugin >
162
161
<groupId >org.eclipse.sisu</groupId >
163
162
<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 >
174
163
</plugin >
175
164
<plugin >
176
165
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments