added jackarta ws deps

This commit is contained in:
Lucio Lelii 2022-12-01 12:26:52 +01:00
parent a0d05ec08c
commit d2217da67c
2 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for WhnManager Distribution
## [v2.0.1] - 2022-11-29
## [v2.0.1-SNAPSHOT] - 2022-11-29
- First Release with git
- added exclude authorization on gcube-apps.xml

12
pom.xml
View File

@ -8,10 +8,10 @@
<version>1.1.0</version>
<relativePath />
</parent>
<groupId>org.gcube.resourcemanagement</groupId>
<artifactId>whn-manager</artifactId>
<version>2.0.1</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<scm>
@ -33,7 +33,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -77,6 +77,12 @@
<type>pom</type>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.servlet</groupId>