We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c474b commit 55e91f9Copy full SHA for 55e91f9
swan-pipeline/pom.xml
@@ -199,6 +199,12 @@
199
<artifactId>meka</artifactId>
200
<version>1.9.5</version>
201
</dependency>
202
+ <dependency>
203
+ <groupId>de.fraunhofer.iem</groupId>
204
+ <artifactId>coverage-doclet</artifactId>
205
+ <version>1.0-SNAPSHOT</version>
206
+ <scope>compile</scope>
207
+ </dependency>
208
</dependencies>
209
210
<distributionManagement>
@@ -238,11 +244,12 @@
238
244
<build>
239
245
<plugins>
240
246
<plugin>
247
+ <groupId>org.apache.maven.plugins</groupId>
241
248
<artifactId>maven-compiler-plugin</artifactId>
242
- <version>3.3</version>
249
+ <version>3.10.1</version>
243
250
<configuration>
- <source>1.8</source>
- <target>1.8</target>
251
+ <source>9</source>
252
+ <target>9</target>
253
</configuration>
254
</plugin>
255
0 commit comments