This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git
The following commit(s) were added to refs/heads/master by this push:
new bd0c457 SLING-12966 Remove reproducible build workaround
bd0c457 is described below
commit bd0c457bcc937b4c6a43e7e694efa5726add0cbf
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Oct 14 16:51:20 2025 +0200
SLING-12966 Remove reproducible build workaround
No longer the need to post-process dependencies.properties since
depends-maven-plugin 1.5.0
---
pom.xml | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/pom.xml b/pom.xml
index 774ca37..ce4e07a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,31 +368,6 @@
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>depends-maven-plugin</artifactId>
</plugin>
- <plugin>
- <!-- workaround for
https://issues.apache.org/jira/browse/SM-5021 -->
- <groupId>com.google.code.maven-replacer-plugin</groupId>
- <artifactId>replacer</artifactId>
- <version>1.5.3</version>
- <configuration>
-
<file>${project.build.directory}/classes/META-INF/maven/dependencies.properties</file>
- <replacements>
- <replacement>
- <token># Generated at: .+</token>
- <value>#</value>
- </replacement>
- </replacements>
- <regex>true</regex>
- </configuration>
- <executions>
- <execution>
- <id>fix-depends-RB</id>
- <goals>
- <goal>replace</goal>
- </goals>
- <phase>process-resources</phase>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<profiles>