This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e0c391  Remove lightbend org in bootstrap test
6e0c391 is described below

commit 6e0c3917a0e7e74d6b43d6a31abbe58c9c95a7c6
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri May 19 22:13:06 2023 +0200

    Remove lightbend org in bootstrap test
---
 integration-test/dns-api-mesos/build.sbt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-test/dns-api-mesos/build.sbt 
b/integration-test/dns-api-mesos/build.sbt
index 53378cb..09ca5c4 100644
--- a/integration-test/dns-api-mesos/build.sbt
+++ b/integration-test/dns-api-mesos/build.sbt
@@ -3,12 +3,12 @@ name := "bootstrap-demo-dns-api"
 
 scalaVersion := "2.13.10"
 
-def akkaManagementVersion(version: String) = version.split('+')(0)
+def pekkoManagementVersion(version: String) = version.split('+')(0)
 
-libraryDependencies += "com.lightbend.akka.management" %% 
"pekko-management-cluster-bootstrap" % akkaManagementVersion(
+libraryDependencies += "org.apache.pekko" %% 
"pekko-management-cluster-bootstrap" % pekkoManagementVersion(
   version.value)
 
-libraryDependencies += "com.lightbend.akka.management" %% 
"pekko-management-cluster-http" % akkaManagementVersion(
+libraryDependencies += "org.apache.pekko" %% "pekko-management-cluster-http" % 
pekkoManagementVersion(
   version.value)
 
 libraryDependencies += "org.apache.pekko" %% "pekko-discovery" % "2.5.20"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to