This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 711af3a  Update pom.xml
711af3a is described below

commit 711af3a7a50693ecf113ee8dac566628251e283f
Author: Nikita Ivanov <[email protected]>
AuthorDate: Wed Aug 4 21:01:43 2021 -0700

    Update pom.xml
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45ca6a5..4a6649e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,9 @@
  limitations under the License.
 -->
 
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://maven.apache.org/POM/4.0.0";
+<project
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xmlns="http://maven.apache.org/POM/4.0.0";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
@@ -491,17 +493,19 @@
                 <groupId>org.scalatest</groupId>
                 <artifactId>scalatest_${scala.base}</artifactId>
                 <version>${scalatest.ver}</version>
+                <scope>test</scope>
             </dependency>
-
             <dependency>
                 <groupId>org.junit.jupiter</groupId>
                 <artifactId>junit-jupiter-engine</artifactId>
                 <version>${junit.ver}</version>
+                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>com.jayway.jsonpath</groupId>
                 <artifactId>json-path</artifactId>
                 <version>${jsonpath.ver}</version>
+                <scope>test</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to