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.git
The following commit(s) were added to refs/heads/master by this push:
new bc013fa Increasing version of jaxb runtime to fix error in rest tests
bc013fa is described below
commit bc013fa0e4d3069300b1676e4bdee97821f782c8
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Jan 16 22:28:39 2019 +0100
Increasing version of jaxb runtime to fix error in rest tests
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bf3ff5f..efeb6eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1649,7 +1649,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
- <version>2.3.0</version>
+ <version>2.3.2</version>
</dependency>
<dependency>