Skip to content

Commit

Permalink
JBTM-3934 test changes after moving the client API into an internal p…
Browse files Browse the repository at this point in the history
…ackage
  • Loading branch information
mmusgrov committed Oct 14, 2024
1 parent 8e2e74b commit 56c2537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public Archive<?> createAuxiliaryArchive() {
"io.narayana.lra.filter",
"io.narayana.lra.provider",
"io.narayana.lra.client",
"io.narayana.lra.client.internal",
"org.eclipse.microprofile.lra")
.addPackages(true,
"io.narayana.lra.client.internal.proxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static WebArchive deploy(String appName, Class... participants) {
"io.narayana.lra.filter",
"io.narayana.lra.provider",
"io.narayana.lra.client",
"io.narayana.lra.client.internal",
"io.narayana.lra.arquillian.spi")
// adds the TestBase class, the test class itself seems to be uploaded during deployment by Arquillian
// then it requires the parent class as well, otherwise Weld NoClassDefFoundError is shown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import io.narayana.lra.LRAData;
import io.narayana.lra.arquillian.resource.LRAListener;
import io.narayana.lra.client.NarayanaLRAClient;
import io.narayana.lra.client.internal.NarayanaLRAClient;
import io.narayana.lra.coordinator.domain.model.LongRunningAction;
import io.narayana.lra.logging.LRALogger;
import org.eclipse.microprofile.lra.annotation.LRAStatus;
Expand Down

0 comments on commit 56c2537

Please sign in to comment.