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.
1 parent 38b3ef1 commit 931e0e6Copy full SHA for 931e0e6
pom.xml
@@ -27,6 +27,12 @@
27
<javac.src.version>1.6</javac.src.version>
28
<javac.target.version>1.6</javac.target.version>
29
30
+ <!-- 04-May-2016, tatu: Bundle-plugin 3.x seems to require Java 7, so to
31
+ build for Java 6 need to downgrade here to last working 2.x version
32
+ (2.5.4 had some issues wrt shading)
33
+ -->
34
+ <version.plugin.bundle>2.5.3</version.plugin.bundle>
35
+
36
<osgi.export>com.fasterxml.jackson.core;version=${project.version},
37
com.fasterxml.jackson.core.*;version=${project.version}
38
</osgi.export>
0 commit comments