File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
4646 <artifactId >slf4j-api</artifactId >
4747 <version >1.7.36</version >
4848 </dependency >
49- <!-- The depednecies are only to support the legacy API therefore we exclude anything as we only need the API/classes -->
49+ <!-- The dependencies are only to support the legacy API therefore we exclude anything as we only need the API/classes -->
5050 <dependency >
5151 <groupId >org.sonatype.plexus</groupId >
5252 <artifactId >plexus-build-api</artifactId >
@@ -83,29 +83,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
8383 <plugin >
8484 <groupId >org.eclipse.sisu</groupId >
8585 <artifactId >sisu-maven-plugin</artifactId >
86- <version >0.9.0.M2</version >
87- <executions >
88- <execution >
89- <id >index-project</id >
90- <goals >
91- <goal >main-index</goal >
92- <goal >test-index</goal >
93- </goals >
94- </execution >
95- </executions >
96- </plugin >
97- <plugin >
98- <groupId >org.apache.maven.plugins</groupId >
99- <artifactId >maven-compiler-plugin</artifactId >
100- <configuration >
101- <source >1.8</source >
102- <target >1.8</target >
103- </configuration >
10486 </plugin >
10587 <plugin >
10688 <groupId >org.apache.maven.plugins</groupId >
10789 <artifactId >maven-surefire-plugin</artifactId >
108- <version >3.1.2</version >
10990 <configuration >
11091 <skipTests >true</skipTests >
11192 </configuration >
You can’t perform that action at this time.
0 commit comments