Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 24cf29178 -> 06e3e64ec


[SM-2587]Missing constraint: Import-package: 
org.apache.hadoop.hbase.testclassification


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

Branch: refs/heads/master
Commit: 06e3e64ecdc2ec29bd74edc11c5160546b5d0899
Parents: 24cf291
Author: Freeman Fang <[email protected]>
Authored: Wed Jun 17 10:53:39 2015 +0800
Committer: Freeman Fang <[email protected]>
Committed: Wed Jun 17 10:53:39 2015 +0800

----------------------------------------------------------------------
 hbase-1.0.0/pom.xml   | 3 ++-
 hbase-1.1.0.1/pom.xml | 3 ++-
 pom.xml               | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/06e3e64e/hbase-1.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-1.0.0/pom.xml b/hbase-1.0.0/pom.xml
index 2fe44b8..ba66bda 100644
--- a/hbase-1.0.0/pom.xml
+++ b/hbase-1.0.0/pom.xml
@@ -172,7 +172,8 @@
             org.xml.sax,
             org.xml.sax.ext,
             org.xml.sax.helpers,
-            sun.misc;resolution:=optional
+            sun.misc;resolution:=optional,
+            org.apache.hadoop.hbase.testclassification;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/06e3e64e/hbase-1.1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-1.1.0.1/pom.xml b/hbase-1.1.0.1/pom.xml
index 60016a2..ff75505 100644
--- a/hbase-1.1.0.1/pom.xml
+++ b/hbase-1.1.0.1/pom.xml
@@ -175,7 +175,8 @@
             org.xml.sax,
             org.xml.sax.ext,
             org.xml.sax.helpers,
-            sun.misc;resolution:=optional
+            sun.misc;resolution:=optional,
+            org.apache.hadoop.hbase.testclassification;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/06e3e64e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92ddd12..909a1af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,8 @@
         <!-- add modules for all bundles to released in the next batch here -->
         <module>gae-1.9.22</module>
         <module>aws-java-sdk-1.10.0</module>
+        <module>hbase-1.0.0</module>
+        <module>hbase-1.1.0.1</module>
     </modules>
 
 </project>

Reply via email to