[jcifs] 01/02: Make the dependency on the servlet API optional by using <scope>provided</scope>

Markus Koschany apo at moszumanska.debian.org
Tue Jan 23 22:29:37 UTC 2018


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 <apo at 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



More information about the pkg-java-commits mailing list