File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 5353 <artifactId >jersey-server</artifactId >
5454 <version >${project.version} </version >
5555 </dependency >
56- <dependency >
57- <groupId >org.glassfish.jersey.bundles</groupId >
58- <artifactId >jaxrs-ri</artifactId >
59- <version >${project.version} </version >
60- </dependency >
6156 <dependency >
6257 <groupId >org.glassfish.jersey.connectors</groupId >
6358 <artifactId >jersey-apache5-connector</artifactId >
10398 <artifactId >jersey-container-jetty-http</artifactId >
10499 <version >${project.version} </version >
105100 </dependency >
106- <dependency >
107- <groupId >org.glassfish.jersey.containers</groupId >
108- <artifactId >jersey-container-jetty11-http</artifactId >
109- <version >${project.version} </version >
110- </dependency >
111101 <dependency >
112102 <groupId >org.glassfish.jersey.containers</groupId >
113103 <artifactId >jersey-container-jetty-http2</artifactId >
Original file line number Diff line number Diff line change 6060 </dependencies >
6161
6262 <build >
63+ <plugins >
64+ <plugin >
65+ <groupId >org.apache.felix</groupId >
66+ <artifactId >maven-bundle-plugin</artifactId >
67+ </plugin >
68+ </plugins >
6369 <resources >
6470 <resource >
6571 <directory >${project.build.directory} /legal</directory >
You can’t perform that action at this time.
0 commit comments