changed the annotation sample code with a SpellCheck Felix Shell command: the command uses two dictionaries in order to check spelling (english dictionary, and french dictionary)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@899834 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples/annotation/pom.xml b/dependencymanager/samples/annotation/pom.xml
index c26307c..345d401 100644
--- a/dependencymanager/samples/annotation/pom.xml
+++ b/dependencymanager/samples/annotation/pom.xml
@@ -9,6 +9,21 @@
<dependencies>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>4.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.shell</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
<version>3.0.0-SNAPSHOT</version>
@@ -53,7 +68,6 @@
</execution>
</executions>
</plugin>
-
</plugins>
</build>
</project>