This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 72b474e  For fixing some karaf startup slowness
     new aa2bfcf  Merge pull request #1095 from 
aledsage/fix-karaf-startup-bundle-refreshes
72b474e is described below

commit 72b474e0402efb0765da6cf5fc395dbe4677f749
Author: Aled Sage <aled.s...@gmail.com>
AuthorDate: Fri May 1 17:51:30 2020 +0100

    For fixing some karaf startup slowness
    
    (see usage in brooklyn-dist)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e250f2b..4acfc42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,7 @@
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <javax.mail.version>1.4.7</javax.mail.version> <!-- version should 
align with 'jetty' feature -->
         
<cxf.javax.annotation-api.version>1.3.1</cxf.javax.annotation-api.version> <!-- 
cxf-specs feature v3.3.2 declares v1.3.1; jetty 9.4.20.v20190813 declares v1.3 
-->
+        <spifly.version>1.2.2</spifly.version> <!-- v1.2.2 from jetty feature; 
v1.2 from pax-jetty -->
 
         <!-- Test dependencies -->
         <testng.version>6.10</testng.version>

Reply via email to