[java-parent-project] 02/02: Version manage new jaxb-core artifact
Ian Young
ian at iay.org.uk
Mon May 30 09:13:54 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch dev/JPAR-186
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=9449acdc0249bac1555438a723d3846c109cac6d
commit 9449acdc0249bac1555438a723d3846c109cac6d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 30 10:12:46 2022 +0100
Version manage new jaxb-core artifact
This helps the enforcer find signatures.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 998c9e2..46ba013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -624,6 +624,12 @@
<version>${jakarta.json.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>${jakarta.jaxb-impl.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list