Skip to content

Commit

Permalink
delegate test dependencies to default pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Jun 22, 2022
1 parent 2546af1 commit 7074c99
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions nbr-examples/pom.xml
Expand Up @@ -17,7 +17,6 @@
<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>


<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
Expand Down Expand Up @@ -49,23 +48,6 @@
<version>4.17.15-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<version>${junit.jupiter.version}</version>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<!-- <scope>compile</scope>-->
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<scope>test</scope>
<!-- <scope>compile</scope>-->
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 7074c99

Please sign in to comment.