This commit is contained in:
2018-12-19 10:38:58 +01:00
parent b55d3a0a18
commit a02582a013
4 changed files with 126 additions and 23 deletions
+6 -1
View File
@@ -5,7 +5,7 @@
<groupId>de.tilman</groupId>
<artifactId>cardcreator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
@@ -18,5 +18,10 @@
<version>7.1.4</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>se.michaelthelin.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
</project>