Commit 55379db6 authored by Brian Long's avatar Brian Long
Browse files

fix poms

parent 38895141
Loading
Loading
Loading
Loading
+20 −17
Original line number Diff line number Diff line
@@ -11,6 +11,25 @@
	<name>ASIE JAX-RS API</name>
	<description>Alfresco Search &amp; Insight Engine JAX-RS API</description>
	
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.source>11</maven.compiler.source>
		<maven.compiler.target>11</maven.compiler.target>
		<maven.compiler.release>11</maven.compiler.release>
	</properties>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.alfresco</groupId>
				<artifactId>acs-community-packaging</artifactId>
				<version>${alfresco.platform.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<dependencies>
		<dependency>
			<groupId>com.inteligr8</groupId>
@@ -20,25 +39,9 @@
		<dependency>
			<groupId>org.alfresco</groupId>
			<artifactId>alfresco-repository</artifactId>
			<version>14.153</version>
		</dependency>

		<!-- Including for testing purposes only -->
		<dependency>
			<groupId>org.junit.jupiter</groupId>
			<artifactId>junit-jupiter-api</artifactId>
			<version>5.11.2</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.source>11</maven.compiler.source>
		<maven.compiler.target>11</maven.compiler.target>
		<maven.compiler.release>11</maven.compiler.release>
	</properties>

	<build>
		<pluginManagement>
			<plugins>
@@ -55,7 +58,7 @@
				<!-- Force use of a new maven-dependency-plugin that doesn't download struts dependency -->
				<plugin>
					<artifactId>maven-dependency-plugin</artifactId>
					<version>3.7.1</version>
					<version>3.8.0</version>
				</plugin>
			</plugins>
		</pluginManagement>
+1 −6
Original line number Diff line number Diff line
@@ -85,11 +85,6 @@
			<artifactId>asie-api</artifactId>
			<version>1.0-SNAPSHOT-asie2</version>
		</dependency>
		<dependency>
			<groupId>com.inteligr8</groupId>
			<artifactId>common-rest-client</artifactId>
			<version>3.0.1-cxf</version>
		</dependency>
		
		<!-- Needed by this module, but provided by ACS -->
		<dependency>
@@ -120,7 +115,7 @@
		<dependency>
			<groupId>com.inteligr8.alfresco</groupId>
			<artifactId>cxf-jaxrs-platform-module</artifactId>
			<version>1.2.0-acs-v23.2</version>
			<version>1.3.1-acs-v23.3</version>
			<scope>provided</scope>
		</dependency>

+1 −9
Original line number Diff line number Diff line
@@ -45,14 +45,6 @@
			<artifactId>jackson-jakarta-rs-json-provider</artifactId>
			<version>${jackson.version}</version>
		</dependency>

		<!-- Including for testing purposes only -->
		<dependency>
			<groupId>org.junit.jupiter</groupId>
			<artifactId>junit-jupiter-api</artifactId>
			<version>5.11.2</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<build>
@@ -71,7 +63,7 @@
				<!-- Force use of a new maven-dependency-plugin that doesn't download struts dependency -->
				<plugin>
					<artifactId>maven-dependency-plugin</artifactId>
					<version>3.7.1</version>
					<version>3.8.0</version>
				</plugin>
			</plugins>
		</pluginManagement>