Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit eee8abc

Browse files
committed
replaced bouncycastle 1.45 with 1.5
1 parent 63d417a commit eee8abc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
branch = master
2121
[submodule "modules/OpenLabNotes"]
2222
path = modules/OpenLabNotes
23-
url = git@github.com:NanoCAN/OpenLabNotes.git
23+
url = https://github.com/NanoCAN/OpenLabNotes
2424
branch = master
2525
[submodule "prototype"]
2626
path = prototype

grails-app/conf/BuildConfig.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ grails.project.dependency.resolution = {
4444
inherits( "global" ) {
4545
// uncomment to disable ehcache
4646
// excludes 'ehcache'
47+
excludes "bcpg-jdk15", "bcprov-jdk15"
48+
4749
}
4850
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
4951
repositories { l
@@ -69,6 +71,8 @@ grails.project.dependency.resolution = {
6971
runtime "hsqldb:hsqldb:1.8.0.10"
7072
runtime 'mysql:mysql-connector-java:5.1.16'
7173
compile "org.cloudfoundry:cloudfoundry-runtime:0.8.4"
74+
build 'org.bouncycastle:bcpg-jdk15on:1.50'
75+
build 'org.bouncycastle:bcprov-jdk15on:1.50'
7276
}
7377

7478
plugins{

modules/OpenLabNotes

Submodule OpenLabNotes added at 0650eb8

0 commit comments

Comments
 (0)