1<?xml version="1.0" encoding="UTF-8"?> 2<project> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>org.bouncycastle</groupId> 5 <artifactId>bcprov-jdk15on</artifactId> 6 <packaging>jar</packaging> 7 <name>Bouncy Castle Provider</name> 8 <version>1.48</version> 9 <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</description> 10 <url>http://www.bouncycastle.org/java.html</url> 11 <licenses> 12 <license> 13 <name>Bouncy Castle Licence</name> 14 <url>http://www.bouncycastle.org/licence.html</url> 15 <distribution>repo</distribution> 16 </license> 17 </licenses> 18 <scm> 19 <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url> 20 </scm> 21 <developers> 22 <developer> 23 <id>feedback-crypto</id> 24 <name>The Legion of the Bouncy Castle</name> 25 <email>feedback-crypto@bouncycastle.org</email> 26 </developer> 27 </developers> 28</project> 29