Loading enterprise-module/pom.xml +4 −0 Original line number Diff line number Diff line Loading @@ -45,21 +45,25 @@ <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>4.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>3.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.17.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId> <version>2.17.2</version> <scope>provided</scope> </dependency> </dependencies> Loading pom.xml +11 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,17 @@ <maven.deploy.skip>true</maven.deploy.skip> </properties> <dependencyManagement> <dependencies> <!-- Provided by cxf-jaxrs-platform-module, but packaged due to shared --> <dependency> <groupId>com.inteligr8</groupId> <artifactId>common-rest-client</artifactId> <version>3.0.3-cxf</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> Loading shared/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ <dependency> <groupId>com.inteligr8</groupId> <artifactId>common-rest-client</artifactId> <version>3.0.3-cxf</version> </dependency> <!-- Needed by this module, but provided by ACS --> Loading Loading
enterprise-module/pom.xml +4 −0 Original line number Diff line number Diff line Loading @@ -45,21 +45,25 @@ <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>4.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>3.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.17.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId> <version>2.17.2</version> <scope>provided</scope> </dependency> </dependencies> Loading
pom.xml +11 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,17 @@ <maven.deploy.skip>true</maven.deploy.skip> </properties> <dependencyManagement> <dependencies> <!-- Provided by cxf-jaxrs-platform-module, but packaged due to shared --> <dependency> <groupId>com.inteligr8</groupId> <artifactId>common-rest-client</artifactId> <version>3.0.3-cxf</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> Loading
shared/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ <dependency> <groupId>com.inteligr8</groupId> <artifactId>common-rest-client</artifactId> <version>3.0.3-cxf</version> </dependency> <!-- Needed by this module, but provided by ACS --> Loading