fixed build issue without jersey/cxf

This commit is contained in:
2023-06-12 16:05:37 -04:00
parent ab920aedd7
commit 44e82b3a6b

View File

@@ -49,6 +49,11 @@
</properties>
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>