Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9a14a8ad1c9f2300329861a2eee746da > files > 2

gmetrics-0.6-2.mga3.src.rpm

--- pom.xml	2012-07-29 16:17:26.871345624 +0200
+++ pom.xml-gil	2012-07-29 16:18:48.080309016 +0200
@@ -96,20 +96,20 @@
     <build>
         <plugins>
 
-            <!--plugin>
+            <plugin>
                <groupId>org.codehaus.gmaven</groupId>
                <artifactId>gmaven-plugin</artifactId>
                <version>1.3</version>
                <configuration>
-                 <providerSelection>1.7</providerSelection>
+                 <providerSelection>1.8</providerSelection>
                  <source>1.5</source>
                  <targetBytecode>1.5</targetBytecode>
                </configuration>
                <executions>
                  <execution>
                    <goals>
-                      <<goal>generateStubs</goal>>
-                      <<goal>generateTestStubs</goal>>
+                      <!--<goal>generateStubs</goal>-->
+                      <!--<goal>generateTestStubs</goal>-->
                       <goal>compile</goal>
                       <goal>testCompile</goal>
                    </goals>
@@ -118,22 +118,38 @@
                <dependencies>
                  <dependency>
                    <groupId>org.codehaus.gmaven.runtime</groupId>
-                   <artifactId>gmaven-runtime-1.7</artifactId>
+                   <artifactId>gmaven-runtime-1.8</artifactId>
                    <version>1.2</version>
                    <exclusions>
                      <exclusion>
                        <groupId>org.codehaus.groovy</groupId>
-                       <artifactId>groovy-all</artifactId>
+                       <artifactId>groovy</artifactId>
                      </exclusion>
                    </exclusions>
                  </dependency>
                  <dependency>
                    <groupId>org.codehaus.groovy</groupId>
-                   <artifactId>groovy-all</artifactId>
-                   <version>1.7.5</version>
+                   <artifactId>groovy</artifactId>
+                   <version>1.8.6</version>
+                 </dependency>
+                 <dependency>
+                   <groupId>antlr</groupId>
+                   <artifactId>antlr</artifactId>
+                 </dependency>
+                 <dependency>
+                   <groupId>commons-cli</groupId>
+                   <artifactId>commons-cli</artifactId>
+                 </dependency>
+                 <dependency>
+                   <groupId>asm</groupId>
+                   <artifactId>asm-all</artifactId>
+                 </dependency>
+                 <dependency>
+                   <groupId>org.slf4j</groupId>
+                   <artifactId>slf4j-nop</artifactId>
                  </dependency>
                </dependencies>
-             </plugin-->
+             </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>