Skip to content

Commit d2a4f43

Browse files
committed
Remove warnings and possible failures related to quarkus-plugin
1 parent 2c23234 commit d2a4f43

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

integration-tests/devui/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<plugin>
4646
<groupId>${quarkus.platform.group-id}</groupId>
4747
<artifactId>quarkus-maven-plugin</artifactId>
48+
<version>${quarkus.platform.version}</version>
4849
<executions>
4950
<execution>
5051
<goals>

integration-tests/mcp/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<plugin>
5656
<groupId>${quarkus.platform.group-id}</groupId>
5757
<artifactId>quarkus-maven-plugin</artifactId>
58+
<version>${quarkus.platform.version}</version>
5859
<executions>
5960
<execution>
6061
<goals>

integration-tests/openai/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<plugin>
6464
<groupId>${quarkus.platform.group-id}</groupId>
6565
<artifactId>quarkus-maven-plugin</artifactId>
66+
<version>${quarkus.platform.version}</version>
6667
<executions>
6768
<execution>
6869
<goals>

integration-tests/rag-pgvector-flyway/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<plugin>
6161
<groupId>${quarkus.platform.group-id}</groupId>
6262
<artifactId>quarkus-maven-plugin</artifactId>
63+
<version>${quarkus.platform.version}</version>
6364
<executions>
6465
<execution>
6566
<goals>

integration-tests/rag-pgvector/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<plugin>
5757
<groupId>${quarkus.platform.group-id}</groupId>
5858
<artifactId>quarkus-maven-plugin</artifactId>
59+
<version>${quarkus.platform.version}</version>
5960
<executions>
6061
<execution>
6162
<goals>

integration-tests/rag/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<plugin>
5353
<groupId>${quarkus.platform.group-id}</groupId>
5454
<artifactId>quarkus-maven-plugin</artifactId>
55+
<version>${quarkus.platform.version}</version>
5556
<executions>
5657
<execution>
5758
<goals>

integration-tests/tools/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<plugin>
5353
<groupId>${quarkus.platform.group-id}</groupId>
5454
<artifactId>quarkus-maven-plugin</artifactId>
55+
<version>${quarkus.platform.version}</version>
5556
<executions>
5657
<execution>
5758
<goals>

0 commit comments

Comments
 (0)