You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2018/03/20 14:21:06 UTC

[1/3] servicemix-bundles git commit: [SM-3659]can't build reflections-0.9.11 bundle

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master b41e69eb8 -> 8179cf5ff


[SM-3659]can't build reflections-0.9.11 bundle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/6acfb181
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/6acfb181
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/6acfb181

Branch: refs/heads/master
Commit: 6acfb181d71e01b127b4f4492e34a9b0ffbc7911
Parents: b41e69e
Author: Freeman Fang <fr...@gmail.com>
Authored: Tue Mar 20 08:39:30 2018 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Tue Mar 20 08:39:30 2018 +0800

----------------------------------------------------------------------
 reflections-0.9.11/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/6acfb181/reflections-0.9.11/pom.xml
----------------------------------------------------------------------
diff --git a/reflections-0.9.11/pom.xml b/reflections-0.9.11/pom.xml
index 7a4fdf9..16c8007 100644
--- a/reflections-0.9.11/pom.xml
+++ b/reflections-0.9.11/pom.xml
@@ -118,6 +118,21 @@
             <artifactId>org.osgi.core</artifactId>
             <version>4.3.1</version>
         </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+            <optional>true</optional> <!-- case: when no servlet environment -->
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.7.24</version>
+            <optional>true</optional> <!-- case: when other logging implementation used or logging is not needed -->
+        </dependency>
         
     </dependencies>
 


[2/3] servicemix-bundles git commit: Conscrypt is optional

Posted by ac...@apache.org.
Conscrypt is optional


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/adcf060d
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/adcf060d
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/adcf060d

Branch: refs/heads/master
Commit: adcf060d7f3e864d3e36fce2c22239de98b0dce0
Parents: 6acfb18
Author: Ed Durov <el...@gmail.com>
Authored: Tue Mar 20 13:15:35 2018 +0300
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Mar 20 15:18:09 2018 +0100

----------------------------------------------------------------------
 okhttp-3.10.0/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/adcf060d/okhttp-3.10.0/pom.xml
----------------------------------------------------------------------
diff --git a/okhttp-3.10.0/pom.xml b/okhttp-3.10.0/pom.xml
index 6787c50..5c06a07 100644
--- a/okhttp-3.10.0/pom.xml
+++ b/okhttp-3.10.0/pom.xml
@@ -54,6 +54,7 @@
             org.apache.http.*;resolution:=optional,
             android.util.*;resolution:=optional,
             android.os.*;resolution:=optional,
+            org.conscrypt.*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>


[3/3] servicemix-bundles git commit: Added okhttp to next release cycle

Posted by ac...@apache.org.
Added okhttp to next release cycle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/8179cf5f
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8179cf5f
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8179cf5f

Branch: refs/heads/master
Commit: 8179cf5ff9ef9ebb6d762e453b79808ddf22c00e
Parents: adcf060
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Mar 20 15:20:30 2018 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Mar 20 15:20:30 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8179cf5f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6de8312..e3d51d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
         <module>digitalocean-api-client-2.14</module>
         <module>fastjson-1.2.47</module>
         <module>saxon-9.8.0-10</module>
+        <module>okhttp-3.10.0</module>
     </modules>
 
 </project>