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 @@ ...@@ -46,6 +46,11 @@
46 <groupId>org.osgi</groupId> 46 <groupId>org.osgi</groupId>
47 <artifactId>org.osgi.compendium</artifactId> 47 <artifactId>org.osgi.compendium</artifactId>
48 </dependency> 48 </dependency>
49 + <!-- Required for javadoc generation -->
50 + <dependency>
51 + <groupId>org.osgi</groupId>
52 + <artifactId>org.osgi.core</artifactId>
53 + </dependency>
49 </dependencies> 54 </dependencies>
50 55
51 <build> 56 <build>
......