Skip to content

Commit

Permalink
fixes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhrobbins committed Nov 25, 2014
1 parent 3b52c6d commit a8f4854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>
<dependency>
<groupId>org.robbins.flashcards</groupId>
<artifactId>FlashCards_Repository</artifactId>
<artifactId>FlashCards_Repository_Commons</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion FlashCards_Service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>
<dependency>
<groupId>org.robbins.flashcards</groupId>
<artifactId>FlashCards_Repository</artifactId>
<artifactId>FlashCards_Repository_Commons</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit a8f4854

Please sign in to comment.