Skip to content

Commit 4d10ba3

Browse files
kaiferroot
authored and
root
committed
RELEASE
1 parent 14481a7 commit 4d10ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ plugins {
33
id 'java-library'
44
id 'maven-publish'
55
id 'com.github.johnrengelman.shadow' version '7.1.2'
6-
id 'org.owasp.dependencycheck' version '6.2.1'
7-
id 'org.sonarqube' version '3.3'
86
}
97

108
group 'com.github.toss'
@@ -27,8 +25,6 @@ repositories {
2725

2826
dependencies {
2927
implementation 'commons-codec:commons-codec:1.15'
30-
implementation 'org.owasp:dependency-check-gradle:6.2.1'
31-
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
3228
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
3329
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
3430

0 commit comments

Comments
 (0)