[java-sig-commits] [jetty] Add depmap for activation.jar.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Aug 12 12:58:25 UTC 2011


commit c22daad5e637dafc8de5bf83ef02317bc477c6f4
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Aug 12 15:57:56 2011 +0300

    Add depmap for activation.jar.

 jetty-depmap.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/jetty-depmap.xml b/jetty-depmap.xml
index 0f7c2be..a888a31 100644
--- a/jetty-depmap.xml
+++ b/jetty-depmap.xml
@@ -174,6 +174,13 @@
 	</dependency>
 	<dependency>
 		<maven>
+			<groupId>javax.activation</groupId>
+			<artifactId>activation</artifactId>
+			<version>1.1</version>
+		</maven>
+	</dependency>
+	<dependency>
+		<maven>
 			<groupId>org.apache.maven</groupId>
 			<artifactId>maven-plugin-descriptor</artifactId>
 			<version>2.0.6</version>


More information about the java-sig-commits mailing list