| <groupId>org.apache.felix</groupId> |
| <artifactId>felix</artifactId> |
| <version>0.8.0-SNAPSHOT</version> |
| <modelVersion>4.0.0</modelVersion> |
| <packaging>osgi-bundle</packaging> |
| <name>Apache Felix Service Binder</name> |
| <artifactId>org.apache.felix.servicebinder</artifactId> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>org.osgi.core</artifactId> |
| <version>${pom.version}</version> |
| <artifactId>kxml</artifactId> |
| <groupId>org.apache.felix.plugins</groupId> |
| <artifactId>maven-osgi-plugin</artifactId> |
| <version>${pom.version}</version> |
| <extensions>true</extensions> |
| <name>Metadata-Location</name> |
| <value>metadata.xml</value> |
| <bundleName>Service Binder</bundleName> |
| <bundleVendor>Apache Software Foundation</bundleVendor> |
| <!--<bundleVersion>1.1.2</bundleVersion>--> |
| This bundle provides a mechanism to automate service dependency management. |
| org.apache.felix.servicebinder.impl.Activator |
| org.apache.felix.servicebinder; specification-version="1.1.0",org.apache.felix.servicebinder.architecture; specification-version="1.1.0" |