Skip to content

Commit 55e91f9

Browse files
committed
Add coverage doclet dependency
1 parent f7c474b commit 55e91f9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

swan-pipeline/pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@
199199
<artifactId>meka</artifactId>
200200
<version>1.9.5</version>
201201
</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>
202208
</dependencies>
203209

204210
<distributionManagement>
@@ -238,11 +244,12 @@
238244
<build>
239245
<plugins>
240246
<plugin>
247+
<groupId>org.apache.maven.plugins</groupId>
241248
<artifactId>maven-compiler-plugin</artifactId>
242-
<version>3.3</version>
249+
<version>3.10.1</version>
243250
<configuration>
244-
<source>1.8</source>
245-
<target>1.8</target>
251+
<source>9</source>
252+
<target>9</target>
246253
</configuration>
247254
</plugin>
248255
<plugin>

0 commit comments

Comments
 (0)