Skip to content

Commit

Permalink
Fix Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorat committed Feb 22, 2016
1 parent b3a5cba commit 15670fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -294,11 +294,11 @@
</dependency>

<dependency>
<groupId>last.fm-bindings</groupId>
<artifactId>last.fm-bindings</artifactId>
<version>7.3</version>
<groupId>lastfm-java</groupId>
<artifactId>lastfm-java</artifactId>
<version>0.1.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/last.fm-bindings-7.3.jar</systemPath>
<systemPath>${basedir}/lib/lastfm-java-0.1.2.jar</systemPath>
</dependency>

<dependency>
Expand Down

0 comments on commit 15670fd

Please sign in to comment.