Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
redkale committed Dec 12, 2020
1 parent af62545 commit f824c0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions my/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<systemPath>${project.basedir}/lib/kafka-clients-2.6.0.jar</systemPath>
</dependency>

<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-clients</artifactId>
<version>2.7.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/pulsar-clients-2.7.0.jar</systemPath>
</dependency>

<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions my/pulsar-all-jars-pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.redkale.mq.pulsar</groupId>
<groupId>org.apache.pulsar.clients</groupId>
<artifactId>pulsar-clients</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-admin</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f824c0b

Please sign in to comment.