Skip to content

Commit e8130aa

Browse files
committed
remove Bnd-LastModified for OSGI reproducibility
1 parent 3f8415d commit e8130aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aws-java-sdk-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-shade-plugin</artifactId>
36-
<version>3.2.2</version>
36+
<version>3.2.3</version>
3737
<configuration>
3838
<artifactSet>
3939
<includes>

aws-java-sdk-osgi/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,13 +1367,14 @@
13671367
<Import-Package>!org.junit.*,!org.springframework.*,!org.apache.avalon.*,!org.apache.log.*,!org.aspectj.*,org.apache.http.conn.routing,com.sun.org.apache.xerces.internal.jaxp.*;resolution:=optional,com.sun.org.apache.xml.internal.dtm.*;resolution:=optional,com.sun.org.apache.xml.internal.dtm.ref.*;resolution:=optional,com.sun.org.apache.xpath.internal.*;resolution:=optional,javax.mail;resolution:=optional,*</Import-Package>
13681368
<Embed-Dependency>*;scope=compile;inline=true</Embed-Dependency>
13691369
<Embed-Transitive>false</Embed-Transitive>
1370+
<_removeheaders>Bnd-LastModified</_removeheaders>
13701371
</instructions>
13711372
</configuration>
13721373
</plugin>
13731374
<plugin>
13741375
<groupId>org.apache.maven.plugins</groupId>
13751376
<artifactId>maven-shade-plugin</artifactId>
1376-
<version>3.2.2</version>
1377+
<version>3.2.3</version>
13771378
<executions>
13781379
<execution>
13791380
<phase>package</phase>

0 commit comments

Comments
 (0)