Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 f106ee4fe3..ba06c07472 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -780,7 +780,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