We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002227f commit 9627691Copy full SHA for 9627691
modules/apps/wiki/wiki-test/build.gradle
@@ -1,6 +1,7 @@
1
dependencies {
2
testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "default"
3
testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"
4
+ testIntegrationCompile group: "javax.portlet", name: "portlet-api", version: "3.0.1"
5
testIntegrationCompile project(":apps:asset:asset-test-util")
6
testIntegrationCompile project(":apps:export-import:export-import-api")
7
testIntegrationCompile project(":apps:export-import:export-import-test-util")
0 commit comments