You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/02/10 10:22:21 UTC

[1/2] brooklyn-dist git commit: don't exclude apache http in karaf subprojects

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 299d18028 -> b6870d885


don't exclude apache http in karaf subprojects


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/5153a713
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/5153a713
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/5153a713

Branch: refs/heads/master
Commit: 5153a713218f734cccb14dfeb6521a6c02307a52
Parents: 299d180
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Fri Feb 10 10:10:09 2017 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Fri Feb 10 10:12:07 2017 +0000

----------------------------------------------------------------------
 downstream-parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/5153a713/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml
index b5a97a7..e17c89e 100644
--- a/downstream-parent/pom.xml
+++ b/downstream-parent/pom.xml
@@ -473,7 +473,6 @@
                   !io.cloudsoft.winrm4j.*,
                   !javax.inject.*,
                   !org.apache.felix.framework.*,
-                  !org.apache.http.*,
                   !org.jclouds.googlecomputeengine.*,
                   !org.osgi.jmx,
                   !org.python.*,


[2/2] brooklyn-dist git commit: Closes #84

Posted by sv...@apache.org.
Closes #84

don't exclude apache http in karaf subprojects

`org.apache.http.*` now works fine via `Import-Packages` so shouldn't be excluded, and downstream projects no longer need to do anything special if they use this package space


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/b6870d88
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/b6870d88
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/b6870d88

Branch: refs/heads/master
Commit: b6870d885422585a5b6ff0f00cdd1993c2187423
Parents: 299d180 5153a71
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Feb 10 12:22:04 2017 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Feb 10 12:22:04 2017 +0200

----------------------------------------------------------------------
 downstream-parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------