diff --git a/pom.xml b/pom.xml
index 5a3b725..30cb3e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
maven-compiler-plugin
2.3.2
- 1.6
- 1.6
+ 1.8
+ 1.8
@@ -48,6 +48,8 @@
6.1.14
photo
+
+
@@ -183,7 +185,7 @@
org.slf4j
slf4j-log4j12
1.7.7
- runtime
+ compile
org.slf4j
diff --git a/src/test/java/org/forkalsrud/album/Runner.java b/src/test/java/org/forkalsrud/album/Runner.java
index 3e47123..ab0573e 100644
--- a/src/test/java/org/forkalsrud/album/Runner.java
+++ b/src/test/java/org/forkalsrud/album/Runner.java
@@ -21,6 +21,8 @@ public class Runner {
server.setHandler(context);
server.start();
+
+ System.out.println("Visit http://localhost:8080/photo/album/");
server.join();
}