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-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new 8f6ca40 Adapting to changes in archiva-parent
8f6ca40 is described below
commit 8f6ca402c4844e890bdc6b24b7abb699108e620a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Feb 1 10:09:27 2020 +0100
Adapting to changes in archiva-parent
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 91a9e59..1d7951d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -677,7 +677,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.3.0</version>
+ <version>${javax.jaxb.version}</version>
<scope>provided</scope>
</dependency>
@@ -711,7 +711,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>${commons-beanutils.version}</version>
+ <version>${commons.beanutils.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>