Skip to content

Commit

Permalink
preserve dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Nov 7, 2021
1 parent 2a54bee commit 450cc0e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oo-equivalence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
<configuration>
<flattenMode>ossrh</flattenMode>
<updatePomFile>true</updatePomFile>
<pomElements>
<dependencyManagement>keep</dependencyManagement>
</pomElements>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 3 additions & 0 deletions oo-inference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
<configuration>
<flattenMode>ossrh</flattenMode>
<updatePomFile>true</updatePomFile>
<pomElements>
<dependencyManagement>keep</dependencyManagement>
</pomElements>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 3 additions & 0 deletions oo-memoized/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
<configuration>
<flattenMode>ossrh</flattenMode>
<updatePomFile>true</updatePomFile>
<pomElements>
<dependencyManagement>keep</dependencyManagement>
</pomElements>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 3 additions & 0 deletions oo-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
<configuration>
<flattenMode>ossrh</flattenMode>
<updatePomFile>true</updatePomFile>
<pomElements>
<dependencyManagement>keep</dependencyManagement>
</pomElements>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 3 additions & 0 deletions oo-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
<configuration>
<flattenMode>ossrh</flattenMode>
<updatePomFile>true</updatePomFile>
<pomElements>
<dependencyManagement>keep</dependencyManagement>
</pomElements>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 450cc0e

Please sign in to comment.