Blob Blame History Raw
From 9291bbba398b0ca8e4c72cd7e26ea031cfc87843 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 28 Feb 2011 13:52:40 +0100
Subject: [PATCH 1/2] Remove test deps

---
 pom.xml                                            |   13 -------------
 .../guice-bean/guice-bean-containers/pom.xml       |    6 ------
 2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80e1d17..fbb4b73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,19 +98,6 @@
     <forgeReleaseUrl>https://repository.sonatype.org/service/local/staging/deploy/maven2</forgeReleaseUrl>
   </properties>
 
-  <dependencies>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
   <dependencyManagement>
     <dependencies>
 
diff --git a/sisu-inject/containers/guice-bean/guice-bean-containers/pom.xml b/sisu-inject/containers/guice-bean/guice-bean-containers/pom.xml
index 5e4fe00..e62de33 100644
--- a/sisu-inject/containers/guice-bean/guice-bean-containers/pom.xml
+++ b/sisu-inject/containers/guice-bean/guice-bean-containers/pom.xml
@@ -71,12 +71,6 @@
       <artifactId>testng</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.sonatype.sisu.inject</groupId>
-      <artifactId>guice-assistedinject</artifactId>
-      <version>${sisu.guice.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>
-- 
1.7.5.4