Skip to content

Commit b1e3b8c

Browse files
committed
Updated fortify-ssc-parser-util dependency
1 parent 15c26c7 commit b1e3b8c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ if (!project.hasProperty('release')) {
2424

2525
repositories {
2626
// repository with fortify artifacts
27-
maven {
28-
url "http://dl.bintray.com/fortify/maven-public"
29-
}
30-
maven {
31-
url "https://dl.bintray.com/fortify-ps/maven"
32-
}
27+
maven { url "http://dl.bintray.com/fortify/maven-public" }
28+
// repository with fortify-ps releases
29+
maven { url "https://dl.bintray.com/fortify-ps/maven" }
30+
// repository with fortify-ps snapshots
31+
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
3332
mavenLocal()
3433
mavenCentral()
3534
}
@@ -48,7 +47,7 @@ dependencies {
4847
compile 'com.fortify.plugin:plugin-api:1.0.1'
4948
compile 'org.slf4j:slf4j-api:1.7.21'
5049

51-
compileExport(group: 'com.fortify.ps.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'0.0.4') { transitive = true }
50+
compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.0.1-SNAPSHOT') { transitive = true }
5251

5352
//testImplementation 'org.junit.platform:junit-jupiter-api:5.3.1'
5453

0 commit comments

Comments
 (0)