HIGUCHI Yuta
Committed by Brian O'Connor

Fix build path issue

- BundleContext not found in class path

Change-Id: I0f4c01b46dcb1522e9b50ae23d9dcd0a246eafb4

Conflicts:
	apps/intent-perf/pom.xml
......@@ -46,6 +46,11 @@
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
</dependency>
<!-- Required for javadoc generation -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
</dependencies>
<build>
......