Skip to content

Commit

Permalink
fix: workaround for building with broken upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-s committed Feb 12, 2025
1 parent 499c548 commit 17a2b9b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<module>modules/runtime-model-serve</module>
<module>modules/openmetadata-integration</module>
<module>modules/files</module>
<module>modules/credentials-provider-db</module>
<module>modules/credentials-provider-minio</module>
<module>modules/credentials-provider-db</module>
<module>modules/credentials-provider-minio</module>
<module>frontend</module>
<module>application</module>
</modules>
Expand Down Expand Up @@ -92,4 +92,16 @@
</plugin>
</plugins>
</reporting>

<!-- TODO remove when sonata repo is sync
https://github.com/netplex/json-smart-v2/issues/240 -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 17a2b9b

Please sign in to comment.