Skip to content

Commit

Permalink
Move quarkus-devtools-utils and the codestarts artifact to the quarku…
Browse files Browse the repository at this point in the history
…s-bom
  • Loading branch information
aloubyansky committed Jan 28, 2022
1 parent 704b144 commit 7526f31
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
10 changes: 10 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,16 @@
<artifactId>quarkus-webjars-locator-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-utilities</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<version>${project.version}</version>
</dependency>

<!-- External dependencies -->

Expand Down
16 changes: 0 additions & 16 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,22 +179,6 @@
<artifactId>quarkus-devmode-test-utils</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-utilities</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<type>pom</type>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
Expand Down
1 change: 1 addition & 0 deletions devtools/gradle/gradle-application-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<type>pom</type>
<scope>test</scope>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<type>pom</type>
<scope>test</scope>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
<type>pom</type>
<scope>test</scope>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit 7526f31

Please sign in to comment.