This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new fc96f5c Adding annotation version
fc96f5c is described below
commit fc96f5c7fe1184d3f227fe167043afba3a6fb53b
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Oct 8 22:00:44 2019 +0200
Adding annotation version
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 06ae62f..f05ab0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,9 @@
<commons.collections.3.version>3.2.2</commons.collections.3.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.logging.version>1.2</commons.logging.version>
+
+ <!-- java ee APIs -->
+ <javax.annotation.version>1.3.2</javax.annotation.version>
<!-- junit -->
<junit.platform.version>1.5.2</junit.platform.version>