File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ ext.providerLink = "https://github.com/TWCable/grabbit"
63
63
attributes ' Implementation-Title' : project. name
64
64
attributes ' Implementation-Version' : project. version
65
65
attributes ' Implementation-Vendor' : project. vendor
66
+
67
+ instruction ' Import-Package' , ' org.joda.time; version="[2,3)"'
68
+ instruction ' Import-Package' , ' org.joda.time.base; version="[2,3)"'
69
+ instruction ' Import-Package' , ' org.joda.time.format; version="[2,3)"'
66
70
}
67
71
68
72
afterEvaluate {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
compile " org.apache.felix:org.osgi.core:${ felix_osgi_version} "
26
26
compile " org.apache.felix:org.osgi.compendium:${ felix_osgi_version} "
27
27
28
- compile " joda-time:joda-time:1.6.2 "
28
+ compile " joda-time:joda-time:2.7 "
29
29
30
30
// Need the "javax.jms" library for Spring JMS
31
31
compile " org.glassfish:javax.jms:${ jms_version} "
You can’t perform that action at this time.
0 commit comments