Skip to content

Commit

Permalink
[WFLY-9749] Remove legacy batch extension. Moved the wildfly-batch-jb…
Browse files Browse the repository at this point in the history
…eret as a direct child of the wildfly-parent.
  • Loading branch information
jamezp committed Feb 15, 2018
1 parent d3f49ee commit e0ae1b8
Show file tree
Hide file tree
Showing 105 changed files with 39 additions and 2,300 deletions.
50 changes: 36 additions & 14 deletions batch/pom.xml → batch-jberet/pom.xml
Expand Up @@ -30,30 +30,23 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wildfly-batch-parent</artifactId>
<packaging>pom</packaging>
<artifactId>wildfly-batch-jberet</artifactId>
<packaging>jar</packaging>

<name>WildFly: Batch Integration</name>
<name>WildFly: Batch Integration Subsystem (JBeret implementation)</name>

<modules>
<module>extension</module>
<module>extension-jberet</module>
</modules>

<!-- Common dependencies -->
<dependencies>
<dependency>
<groupId>org.jberet</groupId>
<artifactId>jberet-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.batch</groupId>
<artifactId>jboss-batch-api_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
Expand All @@ -78,10 +71,34 @@
<groupId>org.jboss.msc</groupId>
<artifactId>jboss-msc</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-weld-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-transactions</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-ee</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-threads</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
Expand All @@ -93,5 +110,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-subsystem-test-framework</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
83 changes: 0 additions & 83 deletions batch/extension-jberet/pom.xml

This file was deleted.

88 changes: 0 additions & 88 deletions batch/extension/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e0ae1b8

Please sign in to comment.