Skip to content

Commit

Permalink
#163 - update junit to version 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Oct 13, 2020
1 parent a5f4a21 commit e65a888
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
12 changes: 12 additions & 0 deletions nalu-plugin-gwt-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,24 @@
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>${compile-testing.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>${truth.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 12 additions & 0 deletions nalu-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,24 @@
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>${compile-testing.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>${truth.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion nalu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<artifactId>gwt-event</artifactId>
<version>${gwt-event.version}</version>
</dependency>

<!-- only for testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@
<gwt-events.version>HEAD-SNAPSHOT</gwt-events.version> -->
<hamcrest-core.version>2.2</hamcrest-core.version>
<javapoet.version>1.13.0</javapoet.version>
<junit.version>4.12</junit.version>
<junit-jupiter.version>5.4.0</junit-jupiter.version>
<junit-jupiter-platform.version>1.4.0</junit-jupiter-platform.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<junit-jupiter-platform.version>1.7.0</junit-jupiter-platform.version>
<truth.version>1.0.1</truth.version>

<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit e65a888

Please sign in to comment.