diff options
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index a9d4aebe..d20ab95a 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.7-SNAPSHOT</version> + <version>1.15.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-utils</artifactId> @@ -63,8 +63,8 @@ <artifactId>eclipselink</artifactId> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> </dependency> <!-- Common logging framework --> <dependency> @@ -77,6 +77,11 @@ <artifactId>spring-core</artifactId> </dependency> <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> |