Skip to content

Commit

Permalink
♻️ Made dependencies compile only
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Reinhart <patrick@reini.net>
  • Loading branch information
reinhapa committed Jul 16, 2023
1 parent dc0c5a1 commit a420015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ configurations {
}

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1'
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.3'
testImplementation 'org.easymock:easymock:5.1.0'
asciidoclet 'org.asciidoctor:asciidoclet:1.+'
Expand Down

0 comments on commit a420015

Please sign in to comment.