forked from campfire-digital-services/liferay-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuild.gradle
More file actions
11 lines (11 loc) · 797 Bytes
/
build.gradle
File metadata and controls
11 lines (11 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.application.list.api", version: "1.0.0"
compileOnly group: "com.liferay", name: "com.liferay.petra.string", version: "2.1.4"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "3.0.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.util.bridges", version: "2.0.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.util.taglib", version: "2.0.0"
compileOnly group: "commons-io", name: "commons-io", version: "2.6"
compileOnly group: "javax.portlet", name: "portlet-api", version: "3.0.0"
compileOnly group: "javax.servlet", name: "javax.servlet-api", version: "3.0.1"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
}