Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5565ec20e2cd443131f81065898104d4 > files > 1

google-guice-3.0-0.3.rc2.fc15.src.rpm

From 0790a9ffbe05520dd0eafc2fb7fd812e17fa5eee Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Thu, 12 May 2011 15:42:28 +0200
Subject: [PATCH] Remove test and missing deps from core pom.xml

---
 core/pom.xml |   31 +------------------------------
 1 files changed, 1 insertions(+), 30 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index d0410c5..d12ab39 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,43 +23,14 @@
       <artifactId>javax.inject</artifactId>
       <version>1</version>
     </dependency>
-    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-      <version>1.0</version>
-    </dependency>
     <!--
      | Replace with official CGLIB artifact when it's released
     -->
     <dependency>
-      <groupId>org.sonatype.sisu.inject</groupId>
+      <groupId>net.sf.cglib</groupId>
       <artifactId>cglib</artifactId>
       <version>${cglib.version}</version>
     </dependency>
-    <dependency>
-      <groupId>javax.inject</groupId>
-      <artifactId>javax.inject-tck</artifactId>
-      <version>1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-beans</artifactId>
-      <version>3.0.5.RELEASE</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>biz.aQute</groupId>
-      <artifactId>bnd</artifactId>
-      <version>0.0.384</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.framework</artifactId>
-      <version>3.0.5</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>
-- 
1.7.4.4