Skip to content

Commit

Permalink
Use new webjars-locator name in integration test
Browse files Browse the repository at this point in the history
Closes #40213
  • Loading branch information
zakkak committed Apr 23, 2024
1 parent a3d1568 commit 8d8dc6e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
{
"category": "Misc4",
"timeout": 130,
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, webjars-locator",
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, web-dependency-locator",
"os-name": "ubuntu-latest"
},
{
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<module>simple with space</module>
<module>picocli</module>
<module>picocli-native</module>
<module>webjars-locator</module>
<module>web-dependency-locator</module>
<module>devmode</module>
<module>ide-launcher</module>
<module>elasticsearch-rest-client</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-integration-test-webjars-locator</artifactId>
<artifactId>quarkus-integration-test-web-dependency-locator</artifactId>

<name>Quarkus - Integration Tests - WebJar Locator</name>
<name>Quarkus - Integration Tests - Web Dependency Locator</name>

<properties>
<!-- do not update these dependencies, they are only used for testing -->
Expand All @@ -27,7 +27,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-webjars-locator</artifactId>
<artifactId>quarkus-web-dependency-locator</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-webjars-locator-deployment</artifactId>
<artifactId>quarkus-web-dependency-locator-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
Expand Down

0 comments on commit 8d8dc6e

Please sign in to comment.