You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/01/07 07:24:30 UTC

[james-project] 07/10: fixup! JAMES-3687 Add some Pulsar tooling and test helpers

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 96865b36aab7847a1cbafc8b854176e0b23efa90
Author: Matthieu Baechler <ma...@apache.org>
AuthorDate: Thu Dec 23 23:45:40 2021 +0100

    fixup! JAMES-3687 Add some Pulsar tooling and test helpers
---
 backends-common/pulsar/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/backends-common/pulsar/pom.xml b/backends-common/pulsar/pom.xml
index 1e8c51a..f6baead 100644
--- a/backends-common/pulsar/pom.xml
+++ b/backends-common/pulsar/pom.xml
@@ -17,8 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -48,12 +47,12 @@
         </dependency>
         <dependency>
             <groupId>com.clever-cloud.pulsar4s</groupId>
-            <artifactId>pulsar4s-core_${scala.base}</artifactId>
+            <artifactId>pulsar4s-akka-streams_${scala.base}</artifactId>
             <version>2.8.1</version>
         </dependency>
         <dependency>
             <groupId>com.clever-cloud.pulsar4s</groupId>
-            <artifactId>pulsar4s-akka-streams_${scala.base}</artifactId>
+            <artifactId>pulsar4s-core_${scala.base}</artifactId>
             <version>2.8.1</version>
         </dependency>
         <dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org