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
46
46
<artifactId >slf4j-api</artifactId >
47
47
<version >1.7.36</version >
48
48
</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 -->
50
50
<dependency >
51
51
<groupId >org.sonatype.plexus</groupId >
52
52
<artifactId >plexus-build-api</artifactId >
@@ -83,29 +83,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
83
83
<plugin >
84
84
<groupId >org.eclipse.sisu</groupId >
85
85
<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 >
104
86
</plugin >
105
87
<plugin >
106
88
<groupId >org.apache.maven.plugins</groupId >
107
89
<artifactId >maven-surefire-plugin</artifactId >
108
- <version >3.1.2</version >
109
90
<configuration >
110
91
<skipTests >true</skipTests >
111
92
</configuration >
You can’t perform that action at this time.
0 commit comments