Skip to content

Commit

Permalink
Merge 2ca4f2d into ef415af
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Mar 25, 2019
2 parents ef415af + 2ca4f2d commit 07cd147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions example-context/example-service/example-single/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
<version>${project.version}</version>
<classifier>classes</classifier>
</dependency>
<!--<dependency>-->
<!--<groupId>${project.groupId}</groupId>-->
<!--<artifactId>other-event-listener</artifactId>-->
<!--<version>${project.version}</version>-->
<!--<classifier>classes</classifier>-->
<!--</dependency>-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>example-event-processor</artifactId>
Expand All @@ -61,7 +55,7 @@
</dependency>
<dependency>
<groupId>uk.gov.justice.event-store</groupId>
<artifactId>event-publisher-process</artifactId>
<artifactId>event-publisher-timer</artifactId>
<version>${event-store.version}</version>
</dependency>

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>1.29.0</common-bom.version>
<framework.version>6.0.0-M3</framework.version>
<framework.version>6.0.0-M5</framework.version>
<embedded-artemis.version>1.2.0</embedded-artemis.version>
<event-store.version>2.0.0-M3</event-store.version>
<framework-generators.version>2.0.0-M4</framework-generators.version>
<event-store.version>2.0.0-M7</event-store.version>
<framework-generators.version>2.0.0-M6</framework-generators.version>
<file.service.version>1.17.4</file.service.version>
<framework-api.version>4.0.0-M1</framework-api.version>
<framework-api.version>4.0.0-M2</framework-api.version>
<generator-maven-plugin.version>2.6.2</generator-maven-plugin.version>
<json-schema-catalog.version>1.6.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 07cd147

Please sign in to comment.