Skip to content

Commit

Permalink
RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
kaifer authored and root committed Jan 5, 2023
1 parent 14481a7 commit 4d10ba3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.owasp.dependencycheck' version '6.2.1'
id 'org.sonarqube' version '3.3'
}

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

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

Expand Down

0 comments on commit 4d10ba3

Please sign in to comment.