Skip to content

Commit

Permalink
Merge 5d5c585 into 1e41d31
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed May 10, 2019
2 parents 1e41d31 + 5d5c585 commit b756816
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 44 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [5.3.0] - 2019-05-10

### Changed
- Reverted to Swarm from Thorntail, due to weld issues when replaying

## [5.2.2] - 2019-05-09
### Fixed
- Added subscription-manager to the list of excluded jars
Expand Down
16 changes: 9 additions & 7 deletions archive-loader-fraction/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<artifactId>framework-tools</artifactId>
Expand All @@ -12,9 +14,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>bom-all</artifactId>
<version>${thorntail.version}</version>
<version>${wildfly.swarm.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -29,15 +31,15 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>spi</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>logging</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>undertow</artifactId>
</dependency>

Expand Down Expand Up @@ -82,4 +84,4 @@
</plugins>
</build>

</project>
</project>
47 changes: 17 additions & 30 deletions framework-tools-replay/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
Expand All @@ -16,9 +16,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>bom-all</artifactId>
<version>${thorntail.version}</version>
<version>${wildfly.swarm.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -48,62 +48,49 @@

<!--Wildfly Swarm-->
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>cdi</artifactId>
<exclusions>
<exclusion>
<artifactId>jboss-logging</artifactId>
<groupId>org.jboss.logging</groupId>
</exclusion>
<exclusion>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>ejb</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jpa</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>datasources</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jaxrs</artifactId>
<exclusions>
<exclusion>
<artifactId>jboss-logging</artifactId>
<groupId>org.jboss.logging</groupId>
</exclusion>

<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>messaging</artifactId>
<exclusions>
<exclusion>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jgroups</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>logging</artifactId>
</dependency>

Expand Down Expand Up @@ -185,9 +172,9 @@
<build>
<plugins>
<plugin>
<groupId>io.thorntail</groupId>
<artifactId>thorntail-maven-plugin</artifactId>
<version>${thorntail.version}</version>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-plugin</artifactId>
<version>${wildfly.swarm.version}</version>
<executions>
<execution>
<goals>
Expand All @@ -199,4 +186,4 @@
</plugins>
</build>

</project>
</project>
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -17,7 +20,7 @@
<framework-api.version>3.1.1</framework-api.version>
<framework.version>5.1.2</framework.version>
<event-store.version>1.1.8</event-store.version>
<thorntail.version>2.1.0.Final</thorntail.version>
<wildfly.swarm.version>2017.11.0</wildfly.swarm.version>
<test.utils.version>1.19.1</test.utils.version>
<schema-service.version>1.4.3</schema-service.version>
<version.swarm.fraction-plugin>77</version.swarm.fraction-plugin>
Expand All @@ -40,9 +43,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>bom-all</artifactId>
<version>${thorntail.version}</version>
<version>${wildfly.swarm.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -116,4 +119,4 @@
</profile>
</profiles>

</project>
</project>
5 changes: 3 additions & 2 deletions replay-tool-test/replay-tool-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@
</outputDirectory>
</artifactItem>
<artifactItem>
<artifactId>framework-tools</artifactId>
<groupId>uk.gov.justice</groupId>
<artifactId>framework-tools-replay</artifactId>
<version>${project.version}</version>
<artifactId>framework-tools-replay</artifactId>
<type>jar</type>
<classifier>thorntail</classifier>
<classifier>swarm</classifier>
<overWrite>true</overWrite>
<outputDirectory>${project.basedir}/target/test-classes
</outputDirectory>
Expand Down

0 comments on commit b756816

Please sign in to comment.