4 Replies Latest reply on May 27, 2016 11:29 PM by hantsy

    embedded container in wildfly 10

    sviluppatorefico

      Once in wildfly 9 to deploy a test war  I used the following dependencies:

       

                      <dependency>

                          <groupId>org.wildfly.arquillian</groupId>

                          <artifactId>wildfly-arquillian-container-embedded</artifactId>

                          <version>1.0.2.Final</version>

                          <scope>test</scope>

                      </dependency>

                      <dependency>

                          <groupId>org.wildfly</groupId>

                          <artifactId>wildfly-embedded</artifactId>

                          <version>9.0.2.Final</version>

                          <scope>test</scope>

                      </dependency>

       

      What are now the libraries to deploy in the wildfly 10 embedded container?