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

Commit e2c9f23

Browse files
pavelbucekGerrit Code Review
authored andcommitted
Merge "JERSEY-2996: Bad mvn coordinates in example 4.8 (doc)" into 2.x
2 parents cb2cb7f + bfbf11a commit e2c9f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/docbook/deployment.xml

Lines changed: 3 additions & 3 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) 2013-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2013-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
@@ -463,8 +463,8 @@ Server server = JettyHttpContainerFactory.createServer(baseUri, config);</progra
463463
And, of course, we add the necessary container extension module dependency:
464464

465465
<programlisting language="xml" linenumbering="numbered">&lt;dependency&gt;
466-
&lt;groupId&gt;org.eclipse.jetty&lt;/groupId&gt;
467-
&lt;artifactId&gt;jetty-server&lt;/artifactId&gt;
466+
&lt;groupId&gt;org.glassfish.jersey.containers&lt;/groupId&gt;
467+
&lt;artifactId&gt;jersey-container-jetty-http&lt;/artifactId&gt;
468468
&lt;version&gt;&version;&lt;/version&gt;
469469
&lt;/dependency&gt;</programlisting>
470470
</example>

0 commit comments

Comments
 (0)