feature/24253 #2

Merged
roberto.cirillo merged 4 commits from feature/24253 into master 2023-02-03 14:59:54 +01:00
1 changed files with 27 additions and 1 deletions
Showing only changes of commit 9f54528e1c - Show all commits

28
pom.xml
View File

@ -131,8 +131,34 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<!--jaxb jdk11 support-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
</dependencies>
<build>
<finalName>${artifactId}</finalName>
</build>