Skip to content

Commit 5869309

Browse files
authored
Merge pull request #54 from rundeck-plugins/bc-include
RUN-2287: (restore) Include bouncycastle jars in the build
2 parents 41396b0 + 57cb213 commit 5869309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
pluginLibs group: 'com.hierynomus', name: 'sshj', version: '0.39.0', ext: 'jar'
5151
pluginLibs group: 'com.hierynomus', name: 'asn-one', version: '0.6.0', ext: 'jar'
5252
pluginLibs group: 'net.i2p.crypto', name: 'eddsa', version: '0.3.0', ext: 'jar'
53-
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78.1', ext: 'jar'
54-
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.78.1', ext: 'jar'
53+
pluginLibs group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78.1', ext: 'jar'
54+
pluginLibs group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.78.1', ext: 'jar'
5555
pluginLibs group: 'net.sf.expectit', name: 'expectit-core', version: '0.9.0'
5656

5757
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0', ext: 'jar'

0 commit comments

Comments
 (0)