forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LPS-201972 Add FeatureIndicator examples to js-clay-sample-web
- Loading branch information
Showing
4 changed files
with
67 additions
and
4 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
modules/apps/frontend-js/frontend-js-clay-sample-web/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
dependencies { | ||
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "default" | ||
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default" | ||
compileOnly group: "com.liferay.portal", name: "com.liferay.util.taglib", version: "default" | ||
compileOnly group: "javax.portlet", name: "portlet-api", version: "3.0.1" | ||
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.4.0" | ||
compileOnly project(":apps:frontend-taglib:frontend-taglib") | ||
compileOnly project(":apps:frontend-taglib:frontend-taglib-react") | ||
compileOnly project(":apps:learn:learn-api") | ||
compileOnly project(":core:petra:petra-string") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters