From e74c1ceea6b6e34b92cd59d7980f9df0d5df8e72 Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Sun, 14 Oct 2018 12:33:02 +0200
Subject: [PATCH] Adding guava supplement

---
 P/Sda1/Streams/Solution/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/P/Sda1/Streams/Solution/pom.xml b/P/Sda1/Streams/Solution/pom.xml
index 2cf028248..ded001ffc 100644
--- a/P/Sda1/Streams/Solution/pom.xml
+++ b/P/Sda1/Streams/Solution/pom.xml
@@ -34,6 +34,12 @@
                         <scope>test</scope>
                 </dependency>
 
+                <dependency>
+                        <groupId>com.github.npathai</groupId>
+                        <artifactId>hamcrest-optional</artifactId>
+                        <version>2.0.0</version>
+                </dependency>
+
                 <dependency>
                         <groupId>com.google.guava</groupId>
                         <artifactId>guava</artifactId>
-- 
GitLab