Skip to content

Commit

Permalink
chore: remove duplicated dependencies declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Mar 13, 2024
1 parent fab2446 commit 56dd256
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions gravitee-apim-rest-api/pom.xml
Expand Up @@ -64,43 +64,14 @@
</dependencyManagement>

<dependencies>


<dependency>
<groupId>io.gravitee.common</groupId>
<artifactId>gravitee-common</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 56dd256

Please sign in to comment.