Skip to content

Commit

Permalink
test: Add lib with LGPL license
Browse files Browse the repository at this point in the history
Signed-off-by: abhisek <[email protected]>

Signed-off-by: abhisek <[email protected]>
  • Loading branch information
abhisek committed May 31, 2024
1 parent 434e527 commit fa5e697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
implementation 'org.jsoup:jsoup:1.15.4'
implementation group: 'com.liferay', name: 'com.liferay.portal.remote.http.tunnel.extender', version: '6.0.16'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down
1 change: 1 addition & 0 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,productionRuntimeClass
com.fasterxml:classmate:1.5.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.7.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.liferay:com.liferay.portal.remote.http.tunnel.extender:6.0.16=compileClasspath,productionRuntimeClasspath,runtimeClasspath
com.nimbusds:nimbus-jose-jwt:9.22=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.sun.activation:jakarta.activation:1.2.2=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down

0 comments on commit fa5e697

Please sign in to comment.