bordercastle/maven/pom/boca-pkix.xml

31 lines
1.3 KiB
XML
Raw Normal View History

<?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>boca-pkix</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.bordercastle</groupId>
<artifactId>boca-parent</artifactId>
<version>${bordercastle.version}</version>
</parent>
<name>BorderCastle 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.8 and onwards. 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>org.bordercastle</groupId>
<artifactId>boca-prov</artifactId>
<version>${bordercastle.version}</version>
</dependency>
<dependency>
<groupId>org.bordercastle</groupId>
<artifactId>boca-util</artifactId>
<version>${bordercastle.version}</version>
</dependency>
</dependencies>
</project>