Skip to content

Commit

Permalink
LPS-129997 portal-search-web: FIX: java.lang.NoClassDefFoundError
Browse files Browse the repository at this point in the history
com/liferay/petra/concurrent/NoticeableFuture
com/liferay/petra/memory/FinalizeAction
com/liferay/petra/process/local/LocalProcessLauncher$ShutdownHook
com/liferay/petra/reflect/ReflectionUtil

https://issues.liferay.com/browse/LPS-129997
  • Loading branch information
arboliveira committed Apr 5, 2021
1 parent 175e1ff commit 6f61612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/apps/portal-search/portal-search-web/build.gradle
Expand Up @@ -35,4 +35,8 @@ dependencies {
compileOnly project(":core:petra:petra-string")

testCompile project(":apps:portal-search:portal-search")
testCompile project(":core:petra:petra-concurrent")
testCompile project(":core:petra:petra-memory")
testCompile project(":core:petra:petra-process")
testCompile project(":core:petra:petra-reflect")
}

0 comments on commit 6f61612

Please sign in to comment.