Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
exclude akka-persistence-testkit
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Aug 18, 2014
1 parent 03d9b9f commit 4de015d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<version>${akka-persistence-inmemory.version}</version>
<scope>runtime</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>com.github.krasserm</groupId>
<artifactId>akka-persistence-testkit_2.10</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
Expand Down

0 comments on commit 4de015d

Please sign in to comment.