Skip to content

Commit

Permalink
added bom dep in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylar Z authored and Sylar Z committed May 23, 2023
1 parent ad60905 commit 799208f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/dps-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@
<version>${java-grok.version}</version>
</dependency>


</dependencies>
</dependencyManagement>

Expand Down
4 changes: 4 additions & 0 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<profile>
<id>dps-payment-service</id>
<modules>
<module>libs/dps-bom</module>
<module>dps-payment-service</module>
</modules>
</profile>
Expand Down Expand Up @@ -141,18 +142,21 @@
<profile>
<id>dps-email-poller</id>
<modules>
<module>libs/dps-bom</module>
<module>dps-email-poller</module>
</modules>
</profile>
<profile>
<id>dps-email-worker</id>
<modules>
<module>libs/dps-bom</module>
<module>dps-email-worker</module>
</modules>
</profile>
<profile>
<id>dps-registration-api</id>
<modules>
<module>libs/dps-bom</module>
<module>dps-registration-api</module>
</modules>
</profile>
Expand Down

0 comments on commit 799208f

Please sign in to comment.