Skip to content

Commit

Permalink
update README for WildFly 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Jan 8, 2018
1 parent ccb6492 commit 3b30daf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,27 +177,25 @@ Dependencies for `creaper-commands`:

#### WildFly 11 (based on WildFly Core 3)

_Note that WildFly 11 is not yet final!_

Dependencies for `creaper-core`:

<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller-client</artifactId>
<version>3.0.0.Beta11</version>
<version>3.0.8.Final</version>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-cli</artifactId>
<version>3.0.0.Beta11</version>
<version>3.0.8.Final</version>
</dependency>

Dependencies for `creaper-commands`:

<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-patching</artifactId>
<version>3.0.0.Beta11</version>
<version>3.0.8.Final</version>
</dependency>

### Transitive Dependencies
Expand Down

0 comments on commit 3b30daf

Please sign in to comment.