Service Binder build fix:
o added module to parent pom
o removed erroneous scope statement
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@388835 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.servicebinder/pom.xml b/org.apache.felix.servicebinder/pom.xml
index a21263f..76b79eb 100644
--- a/org.apache.felix.servicebinder/pom.xml
+++ b/org.apache.felix.servicebinder/pom.xml
@@ -19,7 +19,6 @@
<groupId>kxml</groupId>
<artifactId>kxml</artifactId>
<version>1.21</version>
- <scope>required</scope>
</dependency>
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index 8cd900e..b89aebb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<module>org.apache.felix.examples.spellcheckservice</module>
<module>org.apache.felix.examples.spellcheckclient</module>
<module>org.apache.felix.examples.spellcheckbinder</module>
+ <module>org.apache.felix.servicebinder</module>
</modules>
<repositories>