Skip to content

Commit 0fffd03

Browse files
jansupolsenivam
authored andcommitted
Removed obsolete jars from bom.pom
Returned Felix plugin to wadl.doclet Signed-off-by: jansupol <jan.supol@oracle.com>
1 parent 61bbefe commit 0fffd03

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
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>
@@ -103,11 +98,6 @@
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>

ext/wadl-doclet/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
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>

0 commit comments

Comments
 (0)