Skip to content

Commit

Permalink
Merge pull request #32035 from holly-cummins/fix-test-dependency
Browse files Browse the repository at this point in the history
Remove unwanted (and unnecessary) build-order dependency from test
  • Loading branch information
famod authored Mar 22, 2023
2 parents e1d1a87 + d293da8 commit f7c1102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
<version>${project.version}</version>
<!-- The version in this dependency is arbitrary, but needs to be 'real' (downloadable from maven).
It should not be a snapshot build, to avoid introducing a build-order dependency into this test. -->
<version>2.12.0.Final</version>
</dependency>

<!-- Mirror of the deployment artifact's dependencies would be here, but is deliberately missing -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</properties>

<!-- The versions in these dependencies are arbitrary, but need to match
in the runtime and deployment poms. -->
in the runtime and deployment poms. They should not be a snapshot build, to avoid introducing a build-order dependency into this test. -->
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit f7c1102

Please sign in to comment.