Skip to content

Commit

Permalink
[CLEANUP] Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smmribeiro committed Sep 26, 2024
1 parent 500775e commit 27de57c
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions plugins/streaming/impls/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-metaverse-api</artifactId>
<version>${pentaho-metaverse.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-metaverse-api</artifactId>
<version>${pentaho-metaverse.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand All @@ -124,12 +124,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down

0 comments on commit 27de57c

Please sign in to comment.