Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Dynamic Schema Support for File Type Definitions in Analysis Types #858

Merged
merged 12 commits into from
Sep 30, 2024
Prev Previous commit
Next Next commit
Changes related to build failure
  • Loading branch information
Azher2Ali committed Sep 25, 2024
commit f091e0aabcec5459e2c128e76a3d2f510d28c8bc
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -56,14 +56,14 @@
<name>jcenter</name>
<url>https://jcenter.bintray.com/</url>
</repository>
<repository>
<id>lib-releases</id>
<name>Spring Lib Releases</name>
<url>https://repo.spring.io/libs-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>lib-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>