jerboaa / rpms / snakeyaml

Forked from rpms/snakeyaml 4 years ago
Clone
Blob Blame History Raw
diff -Naur snakeyaml.orig/pom.xml snakeyaml/pom.xml
--- snakeyaml.orig/pom.xml	2011-02-15 12:02:01.000000000 +0100
+++ snakeyaml/pom.xml	2011-05-30 18:21:05.915253296 +0200
@@ -46,6 +46,16 @@
     </developers>
     <dependencies>
         <dependency>
+            <groupId>com.google.gdata</groupId>
+            <artifactId>gdata-core</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>biz.source_code</groupId>
+            <artifactId>base64coder</artifactId>
+            <version>2010-12-19</version>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.7</version>
@@ -79,6 +79,12 @@
             <version>1.6</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.4</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>