Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d0c4e1920dc25df8a2e6d76abceaa14f > files > 4

jasypt-1.9.0-4.mga3.src.rpm

--- pom.xml	2011-12-18 10:34:50.000000000 +0100
+++ pom.xml-gil	2012-08-29 00:14:53.143693692 +0200
@@ -125,9 +125,9 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.3.2</version>
         <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-          <encoding>US-ASCII</encoding>
+          <source>1.5</source>
+          <target>1.5</target>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       
@@ -136,7 +136,7 @@
         <artifactId>maven-resources-plugin</artifactId>
         <version>2.5</version>
         <configuration>
-          <encoding>US-ASCII</encoding>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       
@@ -174,7 +174,7 @@
         </executions>
       </plugin>
       
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-gpg-plugin</artifactId>
         <version>1.1</version>
@@ -187,7 +187,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
        
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -231,8 +231,9 @@
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
       <version>3.4.4</version>
-      <scope>provided</scope>
+      <scope>system</scope>
       <optional>true</optional>
+      <systemPath>${_javadir}/icu4j.jar</systemPath>
     </dependency>
 
     <dependency>
@@ -245,8 +246,8 @@
     
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk12</artifactId>
-      <version>130</version>
+      <artifactId>bcprov-jdk16</artifactId>
+      <version>1.30</version>
       <scope>test</scope>
     </dependency>
     
@@ -264,6 +265,12 @@
       <scope>test</scope>
     </dependency>
     
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+      <scope>test</scope>
+    </dependency>
     
   </dependencies>