| 42,7 → 42,7 |
| <!-- =========================================================== --> |
| |
| <dependencies> |
| |
| <!-- commented out for testing |
| <dependency> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-bundle-plugin</artifactId> |
| 51,15 → 51,17 |
| <classifier>source-release</classifier> |
| <scope>compile</scope> |
| </dependency> |
| --> |
| <!-- Required for the OSGi bundalization of the projects --> |
| |
| <!-- Required for the OSGi bundalization of the projects --> |
| <!-- |
| <dependency> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>org.osgi.core</artifactId> |
| <version>1.2.0</version> |
| <type>bundle</type> |
| </dependency> |
| |
| --> |
| <!-- |
| <dependency> |
| <groupId>junit</groupId> |
| 69,6 → 71,7 |
| </dependency> |
| --> |
| |
| <!-- commented out for testing |
| <dependency> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-junit4osgi-plugin</artifactId> |
| 83,7 → 86,7 |
| <version>1.0.0</version> |
| <type>bundle</type> |
| </dependency> |
| |
| --> |
| </dependencies> |
| |
| |