Skip to content

Commit

Permalink
Move quarkus-devtools-testing to the quarkus-bom as it's used for ext…
Browse files Browse the repository at this point in the history
…ension devlopment and testing
  • Loading branch information
aloubyansky committed Dec 1, 2021
1 parent ce19ff7 commit 28b5f8c
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 28b5f8c

Please sign in to comment.