We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ebec4 + ffaf7fe commit cfaf873Copy full SHA for cfaf873
build.gradle
@@ -2,6 +2,7 @@ import static org.gradle.api.JavaVersion.VERSION_1_7
2
3
apply plugin: 'java'
4
apply plugin: 'maven'
5
+apply plugin: 'osgi'
6
apply plugin: 'signing'
7
8
sourceCompatibility = VERSION_1_7
@@ -47,6 +48,10 @@ jar {
47
48
attributes 'Implementation-Title': 'hamcrest-all',
49
'Implementation-Vendor': 'hamcrest.org',
50
'Implementation-Version': version
51
+ instruction 'Import-Package', '''javax.xml.namespace; resolution:=optional,
52
+ javax.xml.xpath; resolution:=optional,
53
+ org.w3c.dom; resolution:=optional,
54
+ *'''
55
}
56
57
0 commit comments