Skip to content

Commit 7d3f29e

Browse files
committed
exclude embeded dependencies from bundle packaging
1 parent da58401 commit 7d3f29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134
<groupId>org.apache.felix</groupId>
135135
<artifactId>maven-bundle-plugin</artifactId>
136136
<extensions>true</extensions>
137+
<configuration>
138+
<excludeDependencies>client-java-api</excludeDependencies>
139+
</configuration>
137140
</plugin>
138141
<plugin>
139142
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)