imported scripts from intellicastle project and adapted to bordercastle
This commit is contained in:
parent
6178c58132
commit
dd07940e6a
29 changed files with 1744 additions and 2 deletions
24
maven/pom/boca-prov.xml
Normal file
24
maven/pom/boca-prov.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?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-prov</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<parent>
|
||||
<groupId>org.bordercastle</groupId>
|
||||
<artifactId>boca-parent</artifactId>
|
||||
<version>${bordercastle.version}</version>
|
||||
</parent>
|
||||
<name>BorderCastle Provider</name>
|
||||
<description>
|
||||
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.
|
||||
|
||||
This jar contains the JCE provider for the Bouncy Castle Cryptography APIs for JDK 1.8 and onwards.
|
||||
</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bordercastle</groupId>
|
||||
<artifactId>boca-light</artifactId>
|
||||
<version>${bordercastle.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue