KEYCLOAK-11150 testsuite dependency with auth-server-remote

This commit is contained in:
vramik 2019-08-20 15:01:11 +02:00 committed by Pavel Drozd
parent bb9c811a65
commit ca6fbac599
2 changed files with 1 additions and 21 deletions

View file

@ -95,22 +95,6 @@
<artifactId>greenmail</artifactId> <artifactId>greenmail</artifactId>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!--<dependency>-->
<!--<groupId>com.spotify</groupId>-->
<!--<artifactId>docker-client</artifactId>-->
<!--<version>8.3.2</version>-->
<!--<scope>test</scope>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>javax.ws.rs</groupId>-->
<!--<artifactId>javax.ws.rs-api</artifactId>-->
<!--</exclusion>-->
<!--<exclusion>-->
<!--<groupId>com.github.jnr</groupId>-->
<!--<artifactId>jnr-unixsocket</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId> <artifactId>testcontainers</artifactId>
@ -132,10 +116,6 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.keycloak.testsuite</groupId> <groupId>org.keycloak.testsuite</groupId>
<artifactId>photoz-restful-api</artifactId> <artifactId>photoz-restful-api</artifactId>

View file

@ -30,7 +30,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
*/ */
@Documented @Documented
@Retention(RUNTIME) @Retention(RUNTIME)
@Target({ElementType.TYPE}) @Target({ElementType.TYPE, ElementType.METHOD})
public @interface AppServerContainers { public @interface AppServerContainers {
AppServerContainer[] value(); AppServerContainer[] value();
} }