This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new f5f8f06 use version available in central
f5f8f06 is described below
commit f5f8f0659cc4280001f3237c16ac55da7738d049
Author: Thomas Andraschko <[email protected]>
AuthorDate: Thu Jul 9 17:34:05 2020 +0200
use version available in central
---
bval-jsr/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index b9c9efb..2235a9e 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.3.1</version>
+ <version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
- <version>2.3.1</version>
+ <version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>