Skip to content

Commit

Permalink
Align Junit with provided dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Aug 25, 2024
1 parent 4534f51 commit 92268c9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion etc/k8s/wildfly-arquillian-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: jgroups-kubeping-service-account
containers:
- name: wildfly-arquillian
image: registry.x1/j7beck/x1-wildfly-stomp-test-it:1.6
image: registry.x1/j7beck/x1-wildfly-stomp-test-it:1.8
imagePullPolicy: Always
env:
- name: MANAGEMENT
Expand Down
2 changes: 0 additions & 2 deletions etc/k8s/wildfly-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ spec:
fieldPath: metadata.namespace
- name: OTEL_COLLECTOR_HOST
value: 'localhost'
- name: MP_METRICS_TAGS
value: _app=stomp-test,version=1.8
resources:
limits:
memory: 1024Mi
Expand Down
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
<maven.compiler.source>21</maven.compiler.source>
<wildfly.version>33.0.0.Final</wildfly.version>
<jboss.home>/opt/wildfly-${wildfly.version}</jboss.home>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<shrinkwrap-resolver.version>3.3.1</shrinkwrap-resolver.version>
<jacoco.version>0.8.12</jacoco.version>
<jacoco.append>true</jacoco.append>
<arquillian.version>1.9.1.Final</arquillian.version>
<arquillian.wildfly.version>5.0.1.Final</arquillian.wildfly.version>
<arquillian.wildfly.version>5.1.0.Beta4</arquillian.wildfly.version>
<jkube.version>1.17.0</jkube.version>
<testcontainers.version>1.20.1</testcontainers.version>
</properties>
Expand Down Expand Up @@ -309,16 +308,9 @@
<artifactId>resteasy-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.jupiter.version}</version><!--$NO-MVN-MAN-VER$-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>${junit.jupiter.version}</version><!--$NO-MVN-MAN-VER$-->
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1096,7 +1088,6 @@
<env>
<GC_MAX_METASPACE_SIZE>512</GC_MAX_METASPACE_SIZE>
<GC_METASPACE_SIZE>256</GC_METASPACE_SIZE>
<MP_METRICS_TAGS>_app=stomp-test,version=1.8</MP_METRICS_TAGS>
<SERVICE_NAME>stomp-test</SERVICE_NAME>
<MP_HEALTH_EMPTY_LIVENESS_CHECKS_STATUS>DOWN</MP_HEALTH_EMPTY_LIVENESS_CHECKS_STATUS>
</env>
Expand Down
1 change: 0 additions & 1 deletion src/main/docker/stomp-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ services:
- GC_MAX_METASPACE_SIZE=256
- GC_METASPACE_SIZE=96
- SERVICE_NAME=stomp-test
- MP_METRICS_TAGS=_app=stomp-test,version=1.8
volumes:
- /opt/docker/x1/certs/docker.key:/etc/pki/tls/private/node.key:ro
- /opt/docker/x1/certs/docker.crt:/etc/pki/tls/certs/node.crt:ro
Expand Down

0 comments on commit 92268c9

Please sign in to comment.