Skip to content

Commit

Permalink
fix dist pom conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
毕博 committed Nov 24, 2022
1 parent 22bb37c commit 57de3e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion seatunnel-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,16 @@
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-rabbitmq</artifactId>
<artifactId>connector-http-jira</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-rabbitmq</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
<profile>
Expand Down

0 comments on commit 57de3e9

Please sign in to comment.