Skip to content

Commit

Permalink
LPS-83841 Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou committed Aug 21, 2018
1 parent d4829d3 commit 4423c56
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/apps/asset/asset-link-test/build.gradle
Expand Up @@ -13,6 +13,6 @@ dependencies {
testIntegrationCompile project(":apps:bookmarks:bookmarks-api")
testIntegrationCompile project(":apps:export-import:export-import-test-util")
testIntegrationCompile project(":apps:journal:journal-api")
testIntegrationCompile project(":apps:journal:journal-test")
testIntegrationCompile project(":apps:journal:journal-test-util")
testIntegrationCompile project(":test:arquillian-extension-junit-bridge")
}
3 changes: 1 addition & 2 deletions modules/apps/asset/asset-publisher-test/build.gradle
Expand Up @@ -6,8 +6,6 @@ copyLibs {
}

dependencies {
compileOnly project(":apps:journal:journal-test")

testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"
testIntegrationCompile project(":apps:asset:asset-publisher-api")
testIntegrationCompile project(":apps:asset:asset-test-util")
Expand All @@ -16,6 +14,7 @@ dependencies {
testIntegrationCompile project(":apps:export-import:export-import-api")
testIntegrationCompile project(":apps:export-import:export-import-test-util")
testIntegrationCompile project(":apps:journal:journal-api")
testIntegrationCompile project(":apps:journal:journal-test-util")
testIntegrationCompile project(":apps:portal:portal-upgrade-api")
testIntegrationCompile project(":core:petra:petra-string")
testIntegrationCompile project(":test:arquillian-extension-junit-bridge")
Expand Down
1 change: 0 additions & 1 deletion modules/apps/export-import/export-import-test/build.gradle
Expand Up @@ -7,7 +7,6 @@ copyLibs {

dependencies {
compileOnly project(":apps:bookmarks:bookmarks-test")
compileOnly project(":apps:journal:journal-test")

testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "default"
testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"
Expand Down
3 changes: 1 addition & 2 deletions modules/apps/staging/staging-test/build.gradle
Expand Up @@ -3,12 +3,11 @@ copyLibs {
}

dependencies {
compileOnly project(":apps:journal:journal-test")

testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "default"
testIntegrationCompile group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"
testIntegrationCompile project(":apps:export-import:export-import-changeset-api")
testIntegrationCompile project(":apps:journal:journal-api")
testIntegrationCompile project(":apps:journal:journal-test-util")
testIntegrationCompile project(":apps:staging:staging-api")
testIntegrationCompile project(":core:petra:petra-reflect")
testIntegrationCompile project(":core:petra:petra-string")
Expand Down

0 comments on commit 4423c56

Please sign in to comment.