Skip to content

Commit

Permalink
Merge pull request #16398 from aloubyansky/platform-bom-plugin-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Apr 14, 2021
2 parents 890149e + 2e6bf9f commit e7b78bc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 618 deletions.
3 changes: 1 addition & 2 deletions bom/application/pom.xml
Expand Up @@ -5027,7 +5027,7 @@
<artifactId>checker-qual</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
Expand Down Expand Up @@ -5205,7 +5205,6 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-platform-bom-maven-plugin</artifactId>
<version>0.0.9</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down
3 changes: 1 addition & 2 deletions build-parent/pom.xml
Expand Up @@ -43,7 +43,6 @@
<mandrel.version-for-documentation>21.0</mandrel.version-for-documentation>
<rest-assured.version>4.3.2</rest-assured.version>
<mutiny-client.version>1.1.0</mutiny-client.version>
<vertx.version>4.0.3</vertx.version>

<!-- Dev tools -->
<freemarker.version>2.3.31</freemarker.version>
Expand Down Expand Up @@ -291,7 +290,7 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<!-- Webjars for UI related -->
<dependency>
<groupId>org.webjars</groupId>
Expand Down
5 changes: 2 additions & 3 deletions devtools/bom-descriptor-json/pom.xml
Expand Up @@ -42,13 +42,12 @@
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-platform-descriptor-json-plugin</artifactId>
<version>${project.version}</version>
<artifactId>quarkus-platform-bom-maven-plugin</artifactId>
<executions>
<execution>
<phase>${pluginPhase}</phase>
<goals>
<goal>generate-platform-descriptor-json</goal>
<goal>generate-platform-descriptor</goal>
</goals>
<configuration>
<processGroupIds>
Expand Down

0 comments on commit e7b78bc

Please sign in to comment.