From 825269ab86cae132d972bcadd3a82444ab9ff76c Mon Sep 17 00:00:00 2001 From: Leif Warner Date: Fri, 26 Jan 2024 11:40:25 -0800 Subject: [PATCH] ScalaTest is a test dependency, not a runtime one. This had mean anything that depended on "expressions" was also pulling in ScalaTest (and its dependencies) as a compile/runtime dependency. --- expressions/LICENSES.txt | 4 ---- expressions/NOTICE.txt | 4 ---- expressions/pom.xml | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/expressions/LICENSES.txt b/expressions/LICENSES.txt index ea0dc64e8..d1b8028d5 100644 --- a/expressions/LICENSES.txt +++ b/expressions/LICENSES.txt @@ -6,10 +6,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file. Apache Software License, Version 2.0 Apache Commons Lang openCypher Utils - Scala Compiler - scala-xml - scalactic - scalatest ------------------------------------------------------------------------------ Apache License diff --git a/expressions/NOTICE.txt b/expressions/NOTICE.txt index ec905283f..2818753b4 100644 --- a/expressions/NOTICE.txt +++ b/expressions/NOTICE.txt @@ -19,10 +19,6 @@ Third-party licenses Apache Software License, Version 2.0 Apache Commons Lang openCypher Utils - Scala Compiler - scala-xml - scalactic - scalatest BSD - Scala License Scala Library diff --git a/expressions/pom.xml b/expressions/pom.xml index 505fb0034..73d0145a5 100644 --- a/expressions/pom.xml +++ b/expressions/pom.xml @@ -55,6 +55,7 @@ org.scalatest scalatest_${scala.binary.version} ${scala.test.version} + test org.junit.vintage