Remove unused dependency (functionaljava)
[sdc.git] / integration-tests / pom.xml
index 4555a8d..d7313ca 100644 (file)
@@ -342,6 +342,12 @@ limitations under the License.
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.functionaljava</groupId>
+            <artifactId>functionaljava</artifactId>
+            <version>${functionaljava.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>