diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-07-05 00:46:37 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-07-05 00:46:37 +0200 |
commit | 427f6d33a3a5e583debe618c82767b3226cff072 (patch) | |
tree | 0a98119b074ed832fb2dc42bbd7537b0fa72bf55 /archiva-modules/archiva-web/archiva-web-common | |
parent | 15691a2c8a62b33b765b5c78ae3fb2a138a1dd6c (diff) | |
download | archiva-427f6d33a3a5e583debe618c82767b3226cff072.tar.gz archiva-427f6d33a3a5e583debe618c82767b3226cff072.zip |
Fix for JDK 11 dependencies
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index 82b0900fe..cd16ed653 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -612,8 +612,6 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>2.3.0</version> - <scope>provided</scope> </dependency> </dependencies> </profile> |