Skip to content

Commit

Permalink
Fix imports in copycat-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Jul 27, 2015
1 parent b263307 commit e64b85b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions all/pom.xml
Expand Up @@ -42,19 +42,14 @@
<artifactId>copycat-atomic</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-cluster</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-collections</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-queue</artifactId>
<artifactId>copycat-coordination</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit e64b85b

Please sign in to comment.