Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit a018292

Browse files
Made Jersey dependency stable
1 parent d971aa0 commit a018292

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@
231231
<scope>test</scope>
232232
</dependency>
233233

234+
<dependency>
235+
<groupId>org.glassfish.jersey</groupId>
236+
<artifactId>jersey-bom</artifactId>
237+
<version>2.26-b03</version>
238+
<type>pom</type>
239+
<scope>import</scope>
240+
</dependency>
241+
234242

235243
</dependencies>
236244
</dependencyManagement>

0 commit comments

Comments
 (0)