File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 88 <modelVersion >4.0.0</modelVersion >
99 <groupId >com.wordnik</groupId >
1010 <artifactId >swagger-core_2.10</artifactId >
11- <packaging >jar </packaging >
11+ <packaging >bundle </packaging >
1212 <name >swagger-core</name >
1313 <version >1.3.8-SNAPSHOT</version >
1414 <build >
2727 <directory >src/test/resources</directory >
2828 </testResource >
2929 </testResources >
30+
31+ <plugins >
32+ <plugin >
33+ <groupId >org.apache.felix</groupId >
34+ <artifactId >maven-bundle-plugin</artifactId >
35+ <extensions >true</extensions >
36+ <configuration >
37+ <instructions >
38+ <Export-Package >
39+ com.wordnik.swagger.converter,
40+ com.wordnik.swagger.core,
41+ com.wordnik.swagger.core.util,
42+ com.wordnik.swagger.reader,
43+ com.wordnik.swagger.config,
44+ com.wordnik.swagger.model
45+ </Export-Package >
46+ <Import-Package >
47+ org.json4s.jackson,
48+ *
49+ </Import-Package >
50+ </instructions >
51+ </configuration >
52+ </plugin >
53+ </plugins >
54+
3055 </build >
3156 <dependencies >
3257 <dependency >
You can’t perform that action at this time.
0 commit comments