Skip to content
Snippets Groups Projects
Commit 38c4960c authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

Add Jakarta xml binding to GC package

parent 381e8672
No related branches found
No related tags found
2 merge requests!491Upgrade service to spring 6 and Spring-boot 3,!490Solxget spring6 2
Pipeline #249002 canceled
......@@ -148,7 +148,12 @@
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment