You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/12/25 09:50:25 UTC

[archiva-parent] branch master updated: Adding new version properties

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 47a1024  Adding new version properties
47a1024 is described below

commit 47a1024ec52d9dfca35437f400c1ed3d46674366
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed Dec 25 10:50:20 2019 +0100

    Adding new version properties
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 19fc67f..eb8a7b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,7 @@
 
     <ehcache.version>2.10.6</ehcache.version>
     <hsqldb.version>2.5.0</hsqldb.version>
+    <openjpa.version>2.4.1</openjpa.version>
 
     <!-- apache commons -->
     <commons.lang3.version>3.9</commons.lang3.version>
@@ -97,6 +98,10 @@
 
     <!-- java ee APIs -->
     <javax.annotation.version>1.3.2</javax.annotation.version>
+    <javax.transaction.version>1.3</javax.transaction.version>
+    <javax.inject.version>1</javax.inject.version>
+    <javax.persistence.version>2.2</javax.persistence.version>
+    <javax.servlet.version>2.5</javax.servlet.version>
 
     <!-- junit -->
     <junit.platform.version>1.5.2</junit.platform.version>