Skip to content

Commit

Permalink
Fix the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 15, 2019
1 parent 8dae617 commit 774d794
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
12 changes: 4 additions & 8 deletions infra/test-util/pom.xml
Expand Up @@ -119,17 +119,13 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-amqp-0-8-protocol</artifactId>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-memory-store</artifactId>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
</dependency>
</dependencies>
</project>
11 changes: 11 additions & 0 deletions provisioning/provisioning-impl/pom.xml
Expand Up @@ -268,6 +268,17 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-amqp-0-8-protocol</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-memory-store</artifactId>
<scope>test</scope>
</dependency>

<!-- NOT needed at all. But dependency:analyze plugin complains if it is not here. -->
<dependency>
<groupId>net.tirasa.connid</groupId>
Expand Down

0 comments on commit 774d794

Please sign in to comment.