summaryrefslogtreecommitdiffstats
path: root/scpkix-jdk15on/pom.xml
diff options
context:
space:
mode:
authorRoberto Tyley <roberto.tyley@gmail.com>2012-05-17 15:39:03 +0100
committerRoberto Tyley <roberto.tyley@gmail.com>2012-05-17 15:39:03 +0100
commit5355836d261457fd0e08cfe6c92b2adfb9daa245 (patch)
tree546695e1d2e078dc2eafcff161a978c09d3947e4 /scpkix-jdk15on/pom.xml
parent01ca4cc123f0ed0d52eb135bd014b695d8f4fc52 (diff)
downloadandroid_external_spongycastle-5355836d261457fd0e08cfe6c92b2adfb9daa245.tar.gz
android_external_spongycastle-5355836d261457fd0e08cfe6c92b2adfb9daa245.tar.bz2
android_external_spongycastle-5355836d261457fd0e08cfe6c92b2adfb9daa245.zip
become spongy
Diffstat (limited to 'scpkix-jdk15on/pom.xml')
-rw-r--r--scpkix-jdk15on/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/scpkix-jdk15on/pom.xml b/scpkix-jdk15on/pom.xml
new file mode 100644
index 000000000..ad4113e17
--- /dev/null
+++ b/scpkix-jdk15on/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>scpkix-jdk15on</artifactId>
+ <packaging>jar</packaging>
+ <parent>
+ <groupId>com.madgag</groupId>
+ <artifactId>sc-parent</artifactId>
+ <version>1.47-SNAPSHOT</version>
+ </parent>
+ <name>Spongy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
+ <description>
+ The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation.
+
+ This jar contains APIs for JDK 1.5 to JDK 1.7. The APIs can be used in conjunction with a JCE/JCA
+ provider such as the one provided with the Bouncy Castle Cryptography APIs.
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>com.madgag</groupId>
+ <artifactId>scprov-jdk15on</artifactId>
+ <version>1.47-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>