diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index 717074c1b..44d50571c 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -258,6 +258,19 @@ <scope>test</scope> </dependency> + <!-- Needed for JDK >= 9 --> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> <plugins> |