This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 2fe59cc Add profile with palantir javaformat dependency
2fe59cc is described below
commit 2fe59ccd7449003a86a4c1fc8d66da5d3b5e4dcd
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Nov 8 15:52:34 2025 +0100
Add profile with palantir javaformat dependency
Profile is inactive so no effect for other build.
Dependabot should find a dependency and prepare PR if needed
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index b041012..7e350b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1666,5 +1666,18 @@ under the License.</licenseText>
</pluginRepository>
</pluginRepositories>
</profile>
+ <profile>
+ <!-- a profile to allow dependabot to manage palantir-java-format
version -->
+ <id>palantir-javaformat-dependabot</id>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.palantir.javaformat</groupId>
+ <artifactId>palantir-java-format</artifactId>
+ <version>${version.palantirJavaFormat}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ </profile>
</profiles>
</project>