File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
</parent >
8
8
<artifactId >jackson-datatype-hibernate3</artifactId >
9
9
<name >Jackson-datatype-Hibernate3</name >
10
- <packaging >jar </packaging >
10
+ <packaging >bundle </packaging >
11
11
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
12
12
Hibernate (http://hibernate.org) version 3.x data types.
13
13
</description >
@@ -20,7 +20,7 @@ Hibernate (http://hibernate.org) version 3.x data types.
20
20
<hibernate.version>[3.5.0, 3.6.6]</hibernate.version>
21
21
-->
22
22
<hibernate .version>3.6.6.Final</hibernate .version>
23
- <osgi .export>com.fasterxml.jackson.module.hibernate3;version= ${project.version} </osgi .export>
23
+ <osgi .export>com.fasterxml.jackson.module.hibernate3</osgi .export>
24
24
</properties >
25
25
26
26
<dependencies >
Original file line number Diff line number Diff line change 7
7
</parent >
8
8
<artifactId >jackson-datatype-hibernate4</artifactId >
9
9
<name >Jackson-datatype-Hibernate4</name >
10
- <packaging >jar </packaging >
10
+ <packaging >bundle </packaging >
11
11
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
12
12
Hibernate (http://hibernate.org) version 4.x data types.
13
13
</description >
@@ -19,7 +19,7 @@ Hibernate (http://hibernate.org) version 4.x data types.
19
19
<!-- Hibernate with JPA 2.0 -->
20
20
<hibernate .version>4.1.0.Final</hibernate .version>
21
21
<surefire .version>2.12</surefire .version>
22
- <osgi .export>${project.groupId} .hibernate4;version= ${project.version} </osgi .export>
22
+ <osgi .export>${project.groupId} .hibernate4</osgi .export>
23
23
</properties >
24
24
25
25
<dependencies >
You can’t perform that action at this time.
0 commit comments