File tree Expand file tree Collapse file tree 9 files changed +50
-22
lines changed
test-framework/providers/jetty Expand file tree Collapse file tree 9 files changed +50
-22
lines changed Original file line number Diff line number Diff line change 8484 <groupId >org.apache.maven.plugins</groupId >
8585 <artifactId >maven-compiler-plugin</artifactId >
8686 </plugin >
87+ <plugin >
88+ <groupId >org.apache.felix</groupId >
89+ <artifactId >maven-bundle-plugin</artifactId >
90+ <inherited >true</inherited >
91+ <configuration >
92+ <instructions >
93+ <Import-Package >
94+ ${jetty.osgi.version} ,
95+ *
96+ </Import-Package >
97+ </instructions >
98+ </configuration >
99+ </plugin >
87100 </plugins >
88101 </build >
89102
101114 </dependency >
102115 </dependencies >
103116 </profile >
104- <profile >
105- <id >testsSkipJdk6</id >
106- <activation >
107- <jdk >1.6</jdk >
108- </activation >
109- <properties >
110- <skip .tests>true</skip .tests>
111- </properties >
112- </profile >
113117 </profiles >
114118
115119</project >
Original file line number Diff line number Diff line change 6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-compiler-plugin</artifactId >
6969 </plugin >
70+ <plugin >
71+ <groupId >org.apache.felix</groupId >
72+ <artifactId >maven-bundle-plugin</artifactId >
73+ <inherited >true</inherited >
74+ </plugin >
7075 </plugins >
7176 </build >
7277
Original file line number Diff line number Diff line change 8181 <profile >
8282 <id >HelidonConnector</id >
8383 <activation >
84- <jdk >11 </jdk >
84+ <jdk >[11,) </jdk >
8585 </activation >
8686 <modules >
8787 <module >helidon-connector</module >
Original file line number Diff line number Diff line change 7272 <groupId >org.apache.felix</groupId >
7373 <artifactId >maven-bundle-plugin</artifactId >
7474 <inherited >true</inherited >
75+ <configuration >
76+ <instructions >
77+ <Import-Package >
78+ ${jetty.osgi.version} ,
79+ *
80+ </Import-Package >
81+ </instructions >
82+ </configuration >
7583 </plugin >
7684 </plugins >
7785
Original file line number Diff line number Diff line change 6767 <instructions >
6868 <Import-Package >
6969 javax.servlet.*;version="[2.4,5.0)",
70+ ${jetty.osgi.version} ,
7071 *
7172 </Import-Package >
7273 </instructions >
Original file line number Diff line number Diff line change 169169 </execution >
170170 </executions >
171171 </plugin >
172+ <plugin >
173+ <groupId >org.apache.felix</groupId >
174+ <artifactId >maven-bundle-plugin</artifactId >
175+ <inherited >true</inherited >
176+ </plugin >
172177 </plugins >
173178 </build >
174179</project >
Original file line number Diff line number Diff line change 6767 <directory >${project.build.directory} /legal</directory >
6868 </resource >
6969 </resources >
70+
71+ <plugins >
72+ <plugin >
73+ <groupId >org.apache.felix</groupId >
74+ <artifactId >maven-bundle-plugin</artifactId >
75+ <inherited >true</inherited >
76+ <configuration >
77+ <instructions >
78+ <Import-Package >
79+ com.esotericsoftware.kryo.*;version="!",
80+ *
81+ </Import-Package >
82+ </instructions >
83+ </configuration >
84+ </plugin >
85+ </plugins >
7086 </build >
7187</project >
Original file line number Diff line number Diff line change 22302230 <jaxrs .api.spec.version>2.1</jaxrs .api.spec.version>
22312231 <jaxrs .api.impl.version>2.1.6</jaxrs .api.impl.version>
22322232 <jetty .plugin.version>6.1.26</jetty .plugin.version>
2233+ <jetty .osgi.version>org.eclipse.jetty.*;version="[9.4,11)"</jetty .osgi.version>
22332234 <jetty .version>9.4.46.v20220331</jetty .version>
22342235 <jetty .servlet.api.25.version>6.1.14</jetty .servlet.api.25.version>
22352236 <jsonb .api.version>1.0.2</jsonb .api.version>
Original file line number Diff line number Diff line change 4444 </dependency >
4545 </dependencies >
4646
47- <profiles >
48- <profile >
49- <id >testsSkipJdk6</id >
50- <activation >
51- <jdk >1.6</jdk >
52- </activation >
53- <properties >
54- <skip .tests>true</skip .tests>
55- </properties >
56- </profile >
57- </profiles >
58-
5947</project >
You can’t perform that action at this time.
0 commit comments