Skip to content

Commit

Permalink
pom: Add some comments to poms #TASK-4436
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Feb 12, 2024
1 parent 74fcac4 commit a6f9090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opencga-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
</dependency>
</dependencies>

<!--
Special jetty dependencies for storage-hadoop tests to work.
This can't be moved to the main pom, as it would affect all the modules, and the final build would be incorrect.
-->
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<artifactId>opencga-storage-hadoop-core</artifactId>
<packaging>jar</packaging>

<!--
Special jetty dependencies for storage-hadoop tests to work.
This can't be moved to the main pom, as it would affect all the modules, and the final build would be incorrect.
-->
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit a6f9090

Please sign in to comment.