Skip to content

Commit

Permalink
Core split: Remove all non-core modules, add dependencies on org.wild…
Browse files Browse the repository at this point in the history
…fly.core artifacts
  • Loading branch information
stuartwdouglas committed Jul 1, 2014
1 parent 4ecae52 commit 17cf131
Show file tree
Hide file tree
Showing 3,453 changed files with 312 additions and 795,726 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 7 additions & 2 deletions appclient/pom.xml
Expand Up @@ -59,7 +59,7 @@
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
</dependency>

Expand All @@ -68,6 +68,11 @@
<artifactId>wildfly-transactions</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb3</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-webservices-server-integration</artifactId>
Expand Down Expand Up @@ -170,7 +175,7 @@
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-subsystem-test</artifactId>
<type>pom</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions arquillian/common-domain/pom.xml
Expand Up @@ -56,11 +56,11 @@
<artifactId>arquillian-container-test-impl-base</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller-client</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-jmx</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions arquillian/common/pom.xml
Expand Up @@ -76,11 +76,11 @@
<artifactId>wildfly-arquillian-testenricher-msc</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller-client</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-jmx</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/testenricher-msc/pom.xml
Expand Up @@ -36,7 +36,7 @@
<artifactId>arquillian-container-test-spi</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions batch/extension/pom.xml
Expand Up @@ -44,15 +44,15 @@
<artifactId>wildfly-jberet</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-threads</artifactId>
</dependency>
<dependency>
Expand All @@ -62,7 +62,7 @@

<!-- test -->
<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-subsystem-test-framework</artifactId>
<scope>test</scope>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion build-config/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions build-config/pom.xml

This file was deleted.

59 changes: 0 additions & 59 deletions build-config/src/main/resources/jboss-as-checkstyle/checkstyle.xml

This file was deleted.

0 comments on commit 17cf131

Please sign in to comment.