Skip to content

Commit

Permalink
Merge 67bd6ad into b267988
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed May 16, 2019
2 parents b267988 + 67bd6ad commit 6def109
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<artifactId>core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>shuttering-core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.framework-generators</groupId>
<artifactId>rest-adapter-file-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<groupId>uk.gov.justice.services</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>shuttering-core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.event-store</groupId>
<artifactId>aggregate-snapshot-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<artifactId>core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>shuttering-core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.framework-generators</groupId>
<artifactId>messaging-adapter-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<artifactId>core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>shuttering-core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.framework-generators</groupId>
<artifactId>messaging-adapter-core</artifactId>
Expand Down
17 changes: 17 additions & 0 deletions example-context/example-service/example-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@
<goal>update</goal>
</goals>
</execution>
<execution>
<id>shuttering-liquibase</id>
<configuration>
<changeLogFile>liquibase/shuttering-changelog.xml
</changeLogFile>
<url>jdbc:postgresql://localhost:5432/frameworkviewstore</url>
</configuration>
<phase>pre-integration-test</phase>
<goals>
<goal>update</goal>
</goals>
</execution>
<execution>
<id>file-service-liquibase</id>
<configuration>
Expand Down Expand Up @@ -312,6 +324,11 @@
<artifactId>file-service-liquibase</artifactId>
<version>${file.service.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>shuttering-liquibase</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.event-store</groupId>
<artifactId>subscription-repository-liquibase</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package uk.gov.justice.services.eventsourcing.repository.jdbc.event;

import uk.gov.justice.services.eventsourcing.publishedevent.PublishedEventInserter;

import java.sql.SQLException;

import javax.sql.DataSource;
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<properties>
<cpp.repo.name>cake-shop</cpp.repo.name>
<common-bom.version>2.0.2</common-bom.version>
<framework.version>6.0.0-M22</framework.version>
<framework.version>6.0.0-M24</framework.version>
<embedded-artemis.version>1.2.0</embedded-artemis.version>
<event-store.version>2.0.0-M22</event-store.version>
<framework-generators.version>2.0.0-M15</framework-generators.version>
<event-store.version>2.0.0-M25</event-store.version>
<framework-generators.version>2.0.0-M18</framework-generators.version>
<file.service.version>1.17.7</file.service.version>
<framework-api.version>4.0.0-M18</framework-api.version>
<framework-api.version>4.0.0-M20</framework-api.version>
<generator-maven-plugin.version>2.7.0</generator-maven-plugin.version>
<json-schema-catalog.version>1.7.0</json-schema-catalog.version>
<jboss-ejb3-ext-api.version>2.2.0.Final</jboss-ejb3-ext-api.version>
Expand Down

0 comments on commit 6def109

Please sign in to comment.