File tree 1 file changed +5
-20
lines changed
1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change 101
101
<version >${sisu.version} </version >
102
102
</dependency >
103
103
<dependency >
104
- <groupId >org.sonatype.sisu</groupId >
105
- <artifactId >sisu-guice</artifactId >
106
- <version >3.2.6</version >
107
- <classifier >no_aop</classifier >
104
+ <groupId >com.google.inject</groupId >
105
+ <artifactId >guice</artifactId >
106
+ <version >5.1.0</version >
108
107
</dependency >
109
108
</dependencies >
110
109
</dependencyManagement >
207
206
<scope >test</scope >
208
207
</dependency >
209
208
<dependency >
210
- <groupId >org.sonatype.sisu</groupId >
211
- <artifactId >sisu-guice</artifactId >
212
- <classifier >no_aop</classifier >
209
+ <groupId >com.google.inject</groupId >
210
+ <artifactId >guice</artifactId >
213
211
<scope >test</scope >
214
212
</dependency >
215
213
<dependency >
299
297
</execution >
300
298
</executions >
301
299
</plugin >
302
- <plugin >
303
- <groupId >org.eclipse.sisu</groupId >
304
- <artifactId >sisu-maven-plugin</artifactId >
305
- <version >${sisu.version} </version >
306
- <executions >
307
- <execution >
308
- <goals >
309
- <goal >main-index</goal >
310
- <goal >test-index</goal >
311
- </goals >
312
- </execution >
313
- </executions >
314
- </plugin >
315
300
</plugins >
316
301
</pluginManagement >
317
302
You can’t perform that action at this time.
0 commit comments