Created
April 21, 2016 09:32
-
-
Save sammso/58c5f0d1e4a42786d7a1add1f340116b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
dependencies { | |
compile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "2.3.0" | |
compile group: "javax.portlet", name: "portlet-api", version: "2.0" | |
compile group: "javax.servlet", name: "servlet-api", version: "2.5" | |
compile group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0" | |
compile group: "biz.aQute.bnd", name: "biz.aQute.bndlib", version: "3.1.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment