We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff514f commit c0751c4Copy full SHA for c0751c4
swarm-stm/src/main/java/org/wildfly/swarm/examples/stm/Main.java
@@ -49,7 +49,7 @@ public static void main(String[] args) throws Exception {
49
appDeployment.addResource(MyResource.class);
50
appDeployment.addAllDependencies();
51
appDeployment.addClass(SampleLockable.class);
52
- appDeployment.addAllDependencies();
+
53
container.start();
54
container.deploy(appDeployment);
55
}
0 commit comments