Browse Source

added module to code coverage report

Sebastian Stenzel 9 years ago
parent
commit
dcea9e21f0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      main/jacoco-report/pom.xml

+ 5 - 1
main/jacoco-report/pom.xml

@@ -26,6 +26,10 @@
 			<groupId>org.cryptomator</groupId>
 			<artifactId>filesystem-api</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.cryptomator</groupId>
+			<artifactId>filesystem-charsets</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.cryptomator</groupId>
 			<artifactId>filesystem-crypto</artifactId>
@@ -79,4 +83,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>