prepare release

This commit is contained in:
2023-12-10 22:03:12 +01:00
parent 613a74ca92
commit fc81092752
6 changed files with 44 additions and 73 deletions

View File

@ -97,6 +97,7 @@ limitations under the License.
<joinfaces.version>5.1.5</joinfaces.version>
<jakarta.interceptor-api.version>2.1.0</jakarta.interceptor-api.version>
<jakarta-inject-api.version>2.0.0</jakarta-inject-api.version>
<jaxws-api.version>2.3.1</jaxws-api.version>
</properties>
<dependencyManagement>
@ -206,6 +207,11 @@ limitations under the License.
<groupId>com.fasterxml.jackson.datatype</groupId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<artifactId>jaxws-api</artifactId>
<groupId>javax.xml.ws</groupId>
<version>${jaxws-api.version}</version>
</dependency>
<dependency>
<artifactId>scrypt</artifactId>