File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,8 @@ Joda (http://joda-time.sourceforge.net/) data types.
29
29
<packageVersion .package>${project.groupId} .joda</packageVersion .package>
30
30
31
31
<!-- Configuration properties for the OSGi maven-bundle-plugin -->
32
- <osgi .import>com.fasterxml.jackson.annotation
33
- ,com.fasterxml.jackson.core
34
- ,com.fasterxml.jackson.core.util
35
- ,com.fasterxml.jackson.databind
36
- ,com.fasterxml.jackson.databind.deser.std
37
- ,com.fasterxml.jackson.databind.introspect
38
- ,com.fasterxml.jackson.databind.jsontype
39
- ,com.fasterxml.jackson.databind.module
40
- ,com.fasterxml.jackson.databind.node
41
- ,com.fasterxml.jackson.databind.ser
42
- ,com.fasterxml.jackson.databind.ser.std
43
- ,org.joda.time
44
- ,org.joda.time.format
45
- </osgi .import>
46
- <osgi .export>${project.groupId} .joda.*;version=${project.version}
47
- </osgi .export>
32
+ <osgi .export>${project.groupId} .joda.*</osgi .export>
33
+ <osgi .versionpolicy>${range;[===,+);${@} }</osgi .versionpolicy>
48
34
</properties >
49
35
50
36
<dependencies >
You can’t perform that action at this time.
0 commit comments