diff --git a/pom.xml b/pom.xml
index 91c9624..05d07fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,31 @@
ru.spbau.mit.kravchenkoyura
hw
1.0-SNAPSHOT
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.8
+ 1.8
+
+
+
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+ com.google.guava
+ guava
+ 18.0
+
+
\ No newline at end of file
diff --git a/src/main/java/sp/Album.java b/src/main/java/sp/Album.java
new file mode 100644
index 0000000..e041a57
--- /dev/null
+++ b/src/main/java/sp/Album.java
@@ -0,0 +1,29 @@
+package sp;
+
+import java.util.Arrays;
+import java.util.List;
+
+public class Album {
+
+ private final String name;
+ private final List