FELIX-5073: fill in integration test.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1710332 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven-bundle-plugin/src/it/dep-reduced/pom.xml b/tools/maven-bundle-plugin/src/it/dep-reduced/pom.xml
index b14230a..b449343 100644
--- a/tools/maven-bundle-plugin/src/it/dep-reduced/pom.xml
+++ b/tools/maven-bundle-plugin/src/it/dep-reduced/pom.xml
@@ -30,6 +30,11 @@
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.10</version>
+</dependency>
</dependencies>
<build>
<plugins>
@@ -41,8 +46,7 @@
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<instructions>
- <Embed-Dependency>*;scope=compile</Embed-Dependency>
- <Export-Package>org.apache.commons.io</Export-Package>
+ <Embed-Dependency>commons-io</Embed-Dependency>
</instructions>
</configuration>
</plugin>