Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit ac34707

Browse files
committed
Extracting (minimal?) set of Guava classes to core-common.
Change-Id: I10c54cfa5aef68e13a047215c4a18ddc69e10d0f
1 parent 8791345 commit ac34707

File tree

108 files changed

+21391
-708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+21391
-708
lines changed

bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
<artifactId>jaxrs-ri</artifactId>
8282
<version>${project.version}</version>
8383
</dependency>
84-
<dependency>
85-
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
86-
<artifactId>jersey-guava</artifactId>
87-
<version>${project.version}</version>
88-
</dependency>
8984
<dependency>
9085
<groupId>org.glassfish.jersey.connectors</groupId>
9186
<artifactId>jersey-apache-connector</artifactId>

bundles/jaxrs-ri/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -166,12 +166,6 @@
166166
<artifactId>asm-debug-all</artifactId>
167167
<optional>true</optional>
168168
</dependency>
169-
<dependency>
170-
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
171-
<artifactId>jersey-guava</artifactId>
172-
<version>${project.version}</version>
173-
<scope>provided</scope>
174-
</dependency>
175169
<dependency>
176170
<groupId>org.osgi</groupId>
177171
<artifactId>org.osgi.core</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -58,7 +58,6 @@
5858
<description>Jersey bundles providers umbrella project module.</description>
5959

6060
<modules>
61-
<module>repackaged</module>
6261
<module>jaxrs-ri</module>
6362
</modules>
6463

bundles/repackaged/jersey-guava/build.gradle

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)