KEYCLOAK-11150 testsuite dependency with auth-server-remote
This commit is contained in:
parent
bb9c811a65
commit
ca6fbac599
2 changed files with 1 additions and 21 deletions
|
@ -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>
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue