Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore: [MCIL-31] setting suite postman (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi authored Apr 15, 2024
1 parent fc66381 commit 3689f14
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ dependencies {
implementation 'io.quarkus:quarkus-mongodb-panache'
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api'
implementation 'io.quarkus:quarkus-smallrye-jwt'
implementation 'io.quarkus:quarkus-test-security'
implementation 'io.quarkus:quarkus-test-security-jwt'


testImplementation 'io.quarkus:quarkus-test-security'
testImplementation 'io.quarkus:quarkus-test-security-jwt'
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.rest-assured:rest-assured'
testImplementation "io.quarkus:quarkus-jacoco"
Expand Down Expand Up @@ -58,7 +58,6 @@ jacoco {
toolVersion = "${jacocoToolVersion}"
}


def jacocoQuarkusPath = project.layout.buildDirectory.file("jacoco-quarkus.exec")

// allows to collect jacoco coverage on non-quarkus test
Expand Down
Loading

0 comments on commit 3689f14

Please sign in to comment.