You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/03/24 23:56:58 UTC

[juneau] branch master updated: Remove unused pom dependency.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 742a039  Remove unused pom dependency.
742a039 is described below

commit 742a03917a404753a54e909fc2bc3ca293ad3f03
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sun Mar 24 19:56:40 2019 -0400

    Remove unused pom dependency.
---
 pom.xml | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2662de7..d0ccdb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,22 +94,17 @@
 				<version>${httpclient.version}</version>
 			</dependency>
 			<dependency>
-				<groupId>com.github.siom79.japicmp</groupId>
-				<artifactId>japicmp</artifactId>
-				<version>0.13.0</version>
+				<!-- Java 11 -->
+				<groupId>javax.activation</groupId>
+				<artifactId>javax.activation-api</artifactId>
+				<version>1.2.0</version>
+			</dependency>
+			<dependency>
+				<!-- Java 11 -->
+				<groupId>com.sun.activation</groupId>
+				<artifactId>javax.activation</artifactId>
+				<version>1.2.0</version>
 			</dependency>
-      <dependency>
-        <!-- Java 11 -->
-        <groupId>javax.activation</groupId>
-        <artifactId>javax.activation-api</artifactId>
-        <version>1.2.0</version>
-      </dependency>
-      <dependency>
-        <!-- Java 11 -->
-        <groupId>com.sun.activation</groupId>
-        <artifactId>javax.activation</artifactId>
-        <version>1.2.0</version>
-      </dependency>
 		</dependencies>
 	</dependencyManagement>