chore(deps-dev): Remove ShrinkWrap dependencies
This commit is contained in:
parent
f695cebcff
commit
3048f0108f
1 changed files with 0 additions and 14 deletions
14
pom.xml
14
pom.xml
|
@ -58,7 +58,6 @@
|
|||
<keycloak.dist>quarkus</keycloak.dist>
|
||||
|
||||
<version.mockito>4.6.1</version.mockito>
|
||||
<version.shrinkwrap>1.2.6</version.shrinkwrap>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
@ -271,19 +270,6 @@
|
|||
<version>${version.keycloak}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- ShrinkWrap -->
|
||||
<dependency>
|
||||
<groupId>org.jboss.shrinkwrap</groupId>
|
||||
<artifactId>shrinkwrap-api</artifactId>
|
||||
<version>${version.shrinkwrap}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shrinkwrap</groupId>
|
||||
<artifactId>shrinkwrap-impl-base</artifactId>
|
||||
<version>${version.shrinkwrap}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- Logging -->
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
|
|
Loading…
Reference in a new issue