Skip to content

Commit

Permalink
Merge pull request #246 from 1c-syntax/develop
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
nixel2007 authored Jul 30, 2023
2 parents b2b5b2a + d314815 commit 340c413
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
jacoco
`java-library`
antlr
id("org.sonarqube") version "4.2.1.3168"
id("org.sonarqube") version "4.3.0.3225"
id("org.cadixdev.licenser") version "0.6.1"
id("com.github.gradle-git-version-calculator") version "1.1.0"
id("io.freefair.javadoc-links") version "6.5.1"
Expand Down Expand Up @@ -34,9 +34,6 @@ dependencies {

implementation("com.github.1c-syntax", "utils", "0.3.4")

// https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils
implementation("commons-beanutils", "commons-beanutils", "1.9.4")

testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.6.1")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.6.1")
testImplementation("org.assertj", "assertj-core", "3.14.0")
Expand Down

0 comments on commit 340c413

Please sign in to comment.