Browse Source

JUnit5 migration in transport.

Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
pull/10685/head
Oleksandra Matviienko 2 years ago
parent
commit
aa9aa42d45
  1. 5
      transport/coap/pom.xml
  2. 5
      transport/http/pom.xml
  3. 5
      transport/lwm2m/pom.xml
  4. 5
      transport/mqtt/pom.xml

5
transport/coap/pom.xml

@ -69,11 +69,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>

5
transport/http/pom.xml

@ -69,11 +69,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>

5
transport/lwm2m/pom.xml

@ -103,11 +103,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>

5
transport/mqtt/pom.xml

@ -69,11 +69,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>

Loading…
Cancel
Save