This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new fb629fce9 org.apache.artemis groupId (#1710)
fb629fce9 is described below
commit fb629fce901cd9ad37ba3acb9a1e4ffc4460bd6d
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 21:33:14 2026 +0100
org.apache.artemis groupId (#1710)
---
project/Dependencies.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7bb046818..8062f9630 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -353,9 +353,9 @@ object Dependencies {
libraryDependencies ++= Seq(
"jakarta.jms" % "jakarta.jms-api" % "3.1.0" % Provided,
"com.ibm.mq" % "com.ibm.mq.jakarta.client" % "10.0.0.0" % Test,
- "org.apache.activemq" % "artemis-server" % artemisVersion % Test,
- "org.apache.activemq" % "artemis-jakarta-client" % artemisVersion %
Test,
- "org.apache.activemq" % "artemis-junit" % artemisVersion % Test,
+ "org.apache.artemis" % "artemis-server" % artemisVersion % Test,
+ "org.apache.artemis" % "artemis-jakarta-client" % artemisVersion %
Test,
+ "org.apache.artemis" % "artemis-junit" % artemisVersion % Test,
"com.github.pjfanning" % "jakartamswrapper" % "0.1.0" % Test) ++
Mockito)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]