prepare release
This commit is contained in:
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user