Skip to content

Commit

Permalink
pull in opa-java as an api dep
Browse files Browse the repository at this point in the history
This means anyone pulling in opa-springboot should not need to
separately add opa-java to their build.gradle in order to use it.
  • Loading branch information
Charles Daniels committed Jul 29, 2024
1 parent ac4c8a2 commit f82e9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:+'
testImplementation 'org.mockito:mockito-junit-jupiter:+'

implementation group: 'com.styra', name: 'opa', version: '1.4.1'
api group: 'com.styra', name: 'opa', version: '1.4.1'

compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
Expand Down

0 comments on commit f82e9d8

Please sign in to comment.