Skip to content

Commit

Permalink
fix: dependency version for rest-builder (causing build issue with Ma…
Browse files Browse the repository at this point in the history
…ven)
  • Loading branch information
lgdd committed Oct 6, 2021
1 parent 261a3b9 commit 3e7c3e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lfr/pkg/assets/tpl/rb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
subprojects {
configurations.all {
resolutionStrategy.force 'com.liferay:com.liferay.portal.vulcan.api:7.13.0'
resolutionStrategy.force 'com.liferay:com.liferay.portal.vulcan.api:7.13.2'
}
}
}
4 changes: 2 additions & 2 deletions lfr/pkg/assets/tpl/rb/rb-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
compileOnly group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.10.3"
compileOnly group: "com.liferay", name: "com.liferay.petra.function"
compileOnly group: "com.liferay", name: "com.liferay.petra.string"
compileOnly group: "com.liferay", name: "com.liferay.portal.vulcan.api", version: "7.13.0"
compileOnly group: "com.liferay", name: "com.liferay.portal.vulcan.api", version: "7.13.2"
compileOnly group: "com.liferay", name: "javax.xml.bind"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel"
compileOnly group: "io.swagger.core.v3", name: "swagger-annotations", version: "2.0.5"
Expand All @@ -11,4 +11,4 @@ dependencies {
compileOnly group: "javax.ws.rs", name: "javax.ws.rs-api"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.annotation.versioning"
}
}
2 changes: 1 addition & 1 deletion lfr/pkg/assets/tpl/rb/rb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.vulcan.api</artifactId>
<version>7.13.0</version>
<version>7.13.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion lfr/pkg/assets/tpl/rb/rb-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compileOnly group: "com.liferay", name: "com.liferay.petra.function"
compileOnly group: "com.liferay", name: "com.liferay.petra.string"
compileOnly group: "com.liferay", name: "com.liferay.portal.odata.api"
compileOnly group: "com.liferay", name: "com.liferay.portal.vulcan.api", version: "7.13.0"
compileOnly group: "com.liferay", name: "com.liferay.portal.vulcan.api", version: "7.13.2"
compileOnly group: "com.liferay", name: "javax.xml.bind"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.impl"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel"
Expand Down
2 changes: 1 addition & 1 deletion lfr/pkg/assets/tpl/rb/rb-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.vulcan.api</artifactId>
<version>7.13.0</version>
<version>7.13.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3e7c3e2

Please sign in to comment.