This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-startupfilter.git
The following commit(s) were added to refs/heads/master by this push:
new 59415c0 Correct require capability
59415c0 is described below
commit 59415c029cafe8ba987e0de5ae5ae7311d1994c9
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Nov 15 10:07:19 2017 -0800
Correct require capability
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3168682..2c4ed8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<configuration>
<instructions>
<Require-Capability>
-
osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version=1.0))"
+
osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version=1.0)(!(version>=2.0)))"
</Require-Capability>
</instructions>
</configuration>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].