Skip to content

Commit

Permalink
Update jacoco to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Apr 2, 2024
1 parent cc91bec commit 58a03a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Bump codecov/codecov-action to 4
* Bump github/codeql-action to 3
* Bump maven-publish-java to 8.6
* Bump jacoco to 0.8.11
* Bump javers-spring-boot-starter-sql to 7.4.2
* Bump springDocVersion to 2.3.0
* Bump convert to 4.0.2
Expand Down
16 changes: 3 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,8 @@ dependencies {
// log4j core
implementation "org.apache.logging.log4j:log4j-core"
implementation "ch.qos.logback:logback-classic"
//Java 11 Support
// implementation "javax.xml.bind:jaxb-api:2.3.1"
// implementation "com.sun.xml.bind:jaxb-core:4.0.2"
// implementation "com.sun.xml.bind:jaxb-impl:4.0.2"
// implementation "javax.activation:activation:1.1.1"
// implementation "org.javassist:javassist:3.29.2-GA"

implementation "edu.kit.datamanager:service-base:1.2.0"

implementation "edu.kit.datamanager:service-base:1.2.1"

implementation "com.github.java-json-tools:json-patch:1.13"
implementation "com.github.dozermapper:dozer-core:7.0.0"
Expand All @@ -135,10 +129,6 @@ dependencies {

//Java 11 Support
testImplementation "org.mockito:mockito-inline:5.2.0"

// testImplementation 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2'
// asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.4.RELEASE'
// asciidoctor 'com.github.allati.asciidoctor.monotree:asciidoctor-extension-monotree:0.0.1'
}

test {
Expand All @@ -161,7 +151,7 @@ test {
}

jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.11"
}

tasks.withType(Test) {
Expand Down

0 comments on commit 58a03a1

Please sign in to comment.