Skip to content

Instantly share code, notes, and snippets.

@sammso
Created April 21, 2016 09:32
Show Gist options
  • Save sammso/58c5f0d1e4a42786d7a1add1f340116b to your computer and use it in GitHub Desktop.
Save sammso/58c5f0d1e4a42786d7a1add1f340116b to your computer and use it in GitHub Desktop.
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