You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/09/22 09:38:50 UTC

[felix-dev] branch master updated: Enable animal sniffer

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/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new db90841  Enable animal sniffer
db90841 is described below

commit db908418756624b1660288e2626f8b2a6878b7ba
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Sep 22 11:37:43 2020 +0200

    Enable animal sniffer
---
 http/jetty/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 8e317c5..5909f14 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -42,7 +42,6 @@
     
     <properties>
         <!-- Skip because of problems with Java 8 -->
-        <animal.sniffer.skip>true</animal.sniffer.skip>
         <felix.java.version>8</felix.java.version>
         <jetty.version>9.4.30.v20200611</jetty.version>
     </properties>