File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<artifactId >jackson-module-jsonSchema</artifactId >
10
10
<name >jackson-module-jsonSchema</name >
11
11
<version >2.3.0-SNAPSHOT</version >
12
+ <packaging >bundle</packaging >
12
13
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
13
14
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
14
15
</description >
@@ -40,8 +41,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
40
41
<!--
41
42
| Configuration properties for the OSGi maven-bundle-plugin
42
43
-->
43
- <osgi .export>${project.groupId} .jsonSchema.*; version=${project.version}
44
- </osgi .export>
44
+ <osgi .export>${project.groupId} .jsonSchema.*</osgi .export>
45
45
</properties >
46
46
47
47
<dependencies >
You can’t perform that action at this time.
0 commit comments