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

apo pushed a commit to branch master
in repository jcifs.

commit e0532a64a7ad2e35d1908031a38a6bd6a7c70cde
Author: Markus Koschany <a...@debian.org>
Date:   Tue Jan 23 23:10:03 2018 +0100

    Make the dependency on the servlet API optional by using 
<scope>provided</scope>
    
    Closes: #888040
    Thanks: Yadickson Soto for the report.
---
 debian/jcifs.pom | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/jcifs.pom b/debian/jcifs.pom
index ac516d5..2b376e4 100644
--- a/debian/jcifs.pom
+++ b/debian/jcifs.pom
@@ -24,6 +24,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
 

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to