Skip to content

Commit

Permalink
Merge pull request #138 from eclipse-ee4j/issue135
Browse files Browse the repository at this point in the history
appclient ear was missing the protocol.jar
  • Loading branch information
starksm64 authored Aug 29, 2024
2 parents 0d25bfc + 7856bcf commit 082cce1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public Archive<?> generateDeployment(TestDeployment testDeployment, Collection<P
throw new RuntimeException("Failed to resolve protocol.jar. You either need a jakarta.tck.arquillian:arquillian-protocol-lib"+
" dependency in the runner pom.xml or a downloaded target/protocol/protocol.jar file");
}
ear.addAsLibrary(protocolJar);

String mainClass = extractAppMainClient(ear);
log.info("mainClass: " + mainClass);
Expand Down

0 comments on commit 082cce1

Please sign in to comment.