Files
concurrent-trees/concurrent-trees-manifest.patch

15 lines
755 B
Diff

--- concurrent-trees-2.6.1/code/pom.xml 2023-09-13 14:59:17.129069149 +0200
+++ concurrent-trees-2.6.1/code/pom.xml 2023-09-13 15:00:40.102968630 +0200
@@ -60,7 +60,10 @@
<artifactId>bnd-maven-plugin</artifactId>
<version>3.2.0</version>
<configuration>
- <bnd><![CDATA[-exportcontents:com.googlecode.concurrenttrees.*]]></bnd>
+ <bnd><![CDATA[-exportcontents:com.googlecode.concurrenttrees.*
+ -reproducible: true
+ -noextraheaders: true
+ -snapshot: SNAPSHOT]]></bnd>
</configuration>
<executions>
<execution>