Commit 59e74570 authored by Brian Long's avatar Brian Long
Browse files

fix POM version specs

parent 52caf9b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>
+11 −0
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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 -->