Skip to content

Commit bbe5db9

Browse files
committed
create a proper osgi manifest - fixing issue with jute and proto
1 parent 2c8f4e9 commit bbe5db9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.markdown‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ZkClient 0.8 (???)
55
---------------
66
- #45: Support for conditional deletes
77
- Adding ZkAuthFailedException
8+
- exclude org.apache.jute and zookeeper.proto from imported packages of MANIFEST.MF
89

910

1011
ZkClient 0.7 (Nov 2015)

‎build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sourceCompatibility = 1.6
1212

1313
jar {
1414
manifest {
15-
attributes 'Implementation-Title': 'ZkClient', 'Implementation-Version': version
15+
instruction 'Import-Package', '!org.apache.jute,!org.apache.zookeeper.proto, *'
1616
}
1717
}
1818

0 commit comments

Comments
 (0)