OSGi バンドルで AWS Java SDK を使用するにはどうすればよいですか? pom.xml に次の依存関係を追加しました。
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.3.27</version>
</dependency>
しかし、Apache Felix 環境にインストールすると、不足しているパッケージに対して次のエラーが発生します。
missing package(s) or can not resolve all of the them: com.amazonaws.services.dynamodb.model, com.amazonaws.services.dynamodb, com.amazonaws.auth