Skip to content

Commit

Permalink
Post rebase updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaDemianenko committed May 8, 2018
1 parent a0eb0be commit a3147d8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
12 changes: 10 additions & 2 deletions community/kernel-api/pom.xml
Expand Up @@ -88,8 +88,16 @@ the relevant Commercial Agreement.
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-logger-api</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
12 changes: 10 additions & 2 deletions community/kernel/pom.xml
Expand Up @@ -206,8 +206,16 @@ the relevant Commercial Agreement.

<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-logger-api</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
12 changes: 10 additions & 2 deletions enterprise/kernel/pom.xml
Expand Up @@ -172,8 +172,16 @@

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-logger-api</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit a3147d8

Please sign in to comment.