Skip to content

Commit

Permalink
Merge pull request quarkusio#21820 from aloubyansky/include-devtools-…
Browse files Browse the repository at this point in the history
…testing-in-bom

Move quarkus-devtools-testing to the quarkus-bom as it's used for extension dev
  • Loading branch information
geoand authored Dec 1, 2021
2 parents 644da7d + 28b5f8c commit d6d3a91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
10 changes: 10 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5608,6 +5608,16 @@
<artifactId>quarkus-devtools-registry-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-testing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-apache-httpclient</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@
</dependency>

<!-- Dev tools -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devmode-test-utils</artifactId>
Expand All @@ -183,11 +177,6 @@
<artifactId>quarkus-devtools-utilities</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-testing</artifactId>
<scope>test</scope>
</dependency>
<!-- The following dependencies are generated in a way that is consistent with other normal IT modules,
that is "runtime" deps are defined with scope compile and "minimal extension deployment dependencies"
Expand Down
1 change: 0 additions & 1 deletion test-framework/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-testing</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit d6d3a91

Please sign in to comment.