Move to bcprov-jdk18on from Maven Central

This commit is contained in:
Kamil Gałuszka 2022-10-03 17:15:26 +02:00
parent c1726cc236
commit 0d442e2545
8 changed files with 1 additions and 19 deletions

View File

@ -30,11 +30,9 @@ jobs:
run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
lein deploy local bcprov 1.7.1 jars/bcprov-jdk18on-171.jar
lein spec
- name: Run tests (Windows)
if: matrix.os == 'windows-latest'
run: |
lein deploy local bcprov 1.7.1 jars/bcprov-jdk18on-171.jar
lein spec

Binary file not shown.

View File

@ -1 +0,0 @@
bf1578f78f5db468a5f21ee8f8e42b0d

View File

@ -1 +0,0 @@
943e8d0c2bd592ad78759c39d6f749fafaf29cf4

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>bcprov</groupId>
<artifactId>bcprov</artifactId>
<versioning>
<release>1.7.1</release>
<versions>
<version>1.7.1</version>
</versions>
<lastUpdated>20220919002723</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +0,0 @@
dd916d92f33ab6804193af3e9db06c99

View File

@ -1 +0,0 @@
964afe506b7bc9d0b7bececc2a38f7e30e07ed92

View File

@ -9,7 +9,7 @@
[clojure.java-time "0.3.3"]
[javax.xml.bind/jaxb-api "2.4.0-b180830.0359"]
[seesaw "1.5.0"]
[bcprov "1.7.1"]
[org.bouncycastle/bcprov-jdk18on "1.72"]
]
:profiles {:dev {:dependencies [[speclj "3.4.1"]]}
:uberjar {:aot :all}}