Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-14 17:00:53 +0000
committerJoakim Erdfelt2016-01-14 17:00:53 +0000
commitc51a35203c0be45ae92a08b8ff251693dd4d0f9c (patch)
tree176039774630a789b7c2c836495511d6025ebecd /jetty-distribution/pom.xml
parent7925697b25e2371b1d34ab898bdb2b15fef633a1 (diff)
parentdcc642c3da55b3586c6c4104a2f94f6dfc91ce7b (diff)
downloadorg.eclipse.jetty.project-c51a35203c0be45ae92a08b8ff251693dd4d0f9c.tar.gz
org.eclipse.jetty.project-c51a35203c0be45ae92a08b8ff251693dd4d0f9c.tar.xz
org.eclipse.jetty.project-c51a35203c0be45ae92a08b8ff251693dd4d0f9c.zip
Merge branch 'jetty-9.3.x'
Diffstat (limited to 'jetty-distribution/pom.xml')
-rw-r--r--jetty-distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 9878feb1ce..f68e7294c9 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -785,7 +785,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.gcloud</groupId>
- <artifactId>gcloud-session-manager</artifactId>
+ <artifactId>jetty-gcloud-session-manager</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

Back to the top