[testng] 34/355: Make JUnit and SnakeYAML optional dependencies

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit c85cc9a053fef73edecfe723070ba0cedd1bb7b0
Author: Cedric Beust <cedric at beust.com>
Date:   Wed Oct 9 08:23:38 2013 -0700

    Make JUnit and SnakeYAML optional dependencies
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index cb83d8e..8b4db91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.beanshell</groupId>
@@ -97,6 +98,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.10</version>
+      <optional>true</optional>
     </dependency>
 
     <dependency>
@@ -125,6 +127,7 @@
 	    <groupId>org.yaml</groupId>
 	    <artifactId>snakeyaml</artifactId>
 	    <version>1.12</version>
+      <optional>true</optional>
 	  </dependency>
 
   </dependencies>    

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list