Increase test coverage for Sone text parser
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1799801..a6a1e08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
                <dependency>
                        <groupId>org.freenetproject</groupId>
                        <artifactId>fred</artifactId>
-                       <version>0.7.5.1467.99.3</version>
+                       <version>0.7.5.1475</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <scope>provided</scope>
                </dependency>
                <dependency>
+                       <groupId>org.bouncycastle</groupId>
+                       <artifactId>bcprov-jdk15on</artifactId>
+                       <version>1.54</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.google.inject</groupId>
                        <artifactId>guice</artifactId>
                        <version>3.0</version>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.0.2</version>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>