killbill-memoizeit

Minor pom issues

4/11/2013 9:25:17 PM

Changes

beatrix/pom.xml 37(+21 -16)

pom.xml 2(+1 -1)

Details

beatrix/pom.xml 37(+21 -16)

diff --git a/beatrix/pom.xml b/beatrix/pom.xml
index 3893760..a4494f1 100644
--- a/beatrix/pom.xml
+++ b/beatrix/pom.xml
@@ -53,10 +53,6 @@
         </dependency>
         <dependency>
             <groupId>com.ning.billing</groupId>
-            <artifactId>killbill-osgi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.ning.billing</groupId>
             <artifactId>killbill-tenant</artifactId>
         </dependency>
         <dependency>
@@ -64,18 +60,6 @@
             <artifactId>killbill-usage</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.ning.billing</groupId>
-            <artifactId>killbill-osgi-bundles-test-beatrix</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.ning.billing</groupId>
-            <artifactId>killbill-osgi-bundles-test-payment</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.ning.billing</groupId>
-            <artifactId>killbill-osgi-bundles-jruby</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
@@ -107,6 +91,27 @@
         <!-- TEST SCOPE -->
 
         <dependency>
+            <groupId>com.ning.billing</groupId>
+            <artifactId>killbill-osgi</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.ning.billing</groupId>
+            <artifactId>killbill-osgi-bundles-test-beatrix</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.ning.billing</groupId>
+            <artifactId>killbill-osgi-bundles-test-payment</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.ning.billing</groupId>
+            <artifactId>killbill-osgi-bundles-jruby</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
             <version>1.5</version>

pom.xml 2(+1 -1)

diff --git a/pom.xml b/pom.xml
index 7ebf4dd..b0218c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     </scm>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <killbill-commons.version>0.1.1-SNAPSHOT</killbill-commons.version>
+        <killbill-commons.version>0.1.1</killbill-commons.version>
         <slf4j.version>1.7.2</slf4j.version>
         <ehcache.version>2.6.2</ehcache.version>
     </properties>