Added dagger to filesystem-invariants-tests

* Added dependencies to pom
* Moved dagger version in parent pom to variable
This commit is contained in:
Markus Kreusch
2016-02-20 19:58:30 +01:00
parent 6950ad496a
commit c93e4e462b
2 changed files with 18 additions and 3 deletions
+15 -1
View File
@@ -40,12 +40,26 @@
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-nio</artifactId>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-stats</artifactId>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>commons-test</artifactId>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>