-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Bouncy Castle 1.59 Lightweight library pom file
- Loading branch information
1 parent
af229e8
commit 31e5b0e
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.bouncycastle</groupId> | ||
<artifactId>bclcrypto-jdk15on</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Bouncy Castle Lightweight Crypto</name> | ||
<version>1.59</version> | ||
<description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains only the lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description> | ||
<url>http://www.bouncycastle.org/java.html</url> | ||
<licenses> | ||
<license> | ||
<name>Bouncy Castle Licence</name> | ||
<url>http://www.bouncycastle.org/licence.html</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<url>https://github.com/rsksmart/reproducible_builds/tree/master/bouncycastle/1.59</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/rsksmart/reproducible_builds/issues</url> | ||
</issueManagement> | ||
<developers> | ||
<developer> | ||
<id>feedback-bouncycastle-reproducible</id> | ||
<name>RSK Team</name> | ||
<email>devs@rsk.co</email> | ||
</developer> | ||
</developers> | ||
</project> |