2013/3/20 <ebo...@apache.org> > Author: ebourg > Date: Wed Mar 20 12:58:57 2013 > New Revision: 1458814 > > URL: http://svn.apache.org/r1458814 > Log: > Updated the dependencies > > Modified: > commons/sandbox/openpgp/trunk/pom.xml > > Modified: commons/sandbox/openpgp/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/pom.xml?rev=1458814&r1=1458813&r2=1458814&view=diff > > ============================================================================== > --- commons/sandbox/openpgp/trunk/pom.xml (original) > +++ commons/sandbox/openpgp/trunk/pom.xml Wed Mar 20 12:58:57 2013 > @@ -11,25 +11,27 @@ > <name>Commons OpenPGP (Sandbox)</name> > <url>http://commons.apache.org/sandbox/openpgp/</url> > <inceptionYear>2005</inceptionYear> > + > <dependencies> > <dependency> > <groupId>org.bouncycastle</groupId> > - <artifactId>bcpg-jdk12</artifactId> > - <version>130</version> > + <artifactId>bcpg-jdk15on</artifactId> > + <version>1.48</version> > </dependency> > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > - <version>3.8.1</version> > + <version>3.8.2</version> >
How about updating to 4.11 instead? Old tests will run on 4.11 and can be migrated. > <scope>test</scope> > </dependency> > <dependency> > - <groupId>ant</groupId> > + <groupId>org.apache.ant</groupId> > <artifactId>ant</artifactId> > - <version>1.6.5</version> > + <version>1.8.4</version> > <scope>provided</scope> > </dependency> > </dependencies> > + > <build> > <resources> > <resource> > @@ -38,6 +40,7 @@ > </resource> > </resources> > </build> > + > <developers> > <developer> > <id>brett</id> > @@ -54,11 +57,13 @@ > <timezone>+1</timezone> > </developer> > </developers> > + > <scm> > <connection>scm:svn: > http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/ > </connection> > <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/ > </developerConnection> > <url>http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/ > </url> > </scm> > + > <distributionManagement> > <site> > <id>website</id> > > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter