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
18
maven/pom/boca-light.xml
Normal file
18
maven/pom/boca-light.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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-light</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<parent>
|
||||
<groupId>org.bordercastle</groupId>
|
||||
<artifactId>boca-parent</artifactId>
|
||||
<version>${bordercastle.version}</version>
|
||||
</parent>
|
||||
<name>BorderCastle Lightweight Crypto API</name>
|
||||
<description>
|
||||
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.
|
||||
|
||||
This jar contains the lightweight API for the Bouncy Castle Cryptography APIs
|
||||
for JDK 1.8 and onwards.
|
||||
</description>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue