Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
TP-1082 Break the dependency on the event-store
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Zhang authored and wlzhn committed Feb 20, 2019
1 parent d13f3d5 commit 51524b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions jobstore-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.event-store</groupId>
<artifactId>test-utils-persistence</artifactId>
<version>${event-store.version}</version>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>uk.gov.justice.utils</groupId>
<artifactId>test-utils-core</artifactId>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<test-utils.version>1.22.0</test-utils.version>
<utilities.version>1.16.4</utilities.version>
<framework.version>5.1.1</framework.version>
<event-store.version>1.1.3</event-store.version>
</properties>

<build>
Expand Down

0 comments on commit 51524b5

Please sign in to comment.