Fix issue FELIX-2132
Provides Service Controller (XSD, Annotation, API, Core and Tests)

Also update several tests to the new pax exam.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@915909 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/annotations/pom.xml b/ipojo/tests/core/annotations/pom.xml
index d54fe9b..1942108 100644
--- a/ipojo/tests/core/annotations/pom.xml
+++ b/ipojo/tests/core/annotations/pom.xml
@@ -116,7 +116,7 @@
       </plugin>

       

       

-       <!-- <plugin>

+       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-junit4osgi-plugin</artifactId>

         <version>1.1.0-SNAPSHOT</version>

@@ -132,7 +132,7 @@
             </configuration>

           </execution>

         </executions>

-      </plugin>-->

+      </plugin>

     </plugins>

   </build>

 </project>