Skip to content

Commit 40ea3f9

Browse files
committed
[Tech] Update to version 4.0.2-SNAPSHOT and fix issues related to new security requirements in cloud environments
1 parent b7a9ff3 commit 40ea3f9

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.exadel.etoolbox</groupId>
2424
<artifactId>etoolbox-backpack</artifactId>
25-
<version>4.0.1-SNAPSHOT</version>
25+
<version>4.0.2-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.exadel.etoolbox</groupId>
1010
<artifactId>etoolbox-backpack</artifactId>
11-
<version>4.0.1-SNAPSHOT</version>
11+
<version>4.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>etoolbox-backpack.core</artifactId>
@@ -50,7 +50,8 @@
5050
</executions>
5151
<configuration>
5252
<instructions>
53-
<Embed-Dependency>commons-lang3;scope=compile</Embed-Dependency>
53+
<Embed-Dependency>commons-lang3;scope=compile,guava;scope=compile</Embed-Dependency>
54+
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
5455
</instructions>
5556
</configuration>
5657
</plugin>
@@ -173,6 +174,10 @@
173174
<groupId>com.google.code.gson</groupId>
174175
<artifactId>gson</artifactId>
175176
</dependency>
177+
<dependency>
178+
<groupId>com.google.guava</groupId>
179+
<artifactId>guava</artifactId>
180+
</dependency>
176181
<!-- Testing -->
177182
<dependency>
178183
<groupId>junit</groupId>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.exadel.etoolbox</groupId>
1010
<artifactId>etoolbox-backpack</artifactId>
11-
<version>4.0.1-SNAPSHOT</version>
11+
<version>4.0.2-SNAPSHOT</version>
1212

1313
<name>EToolbox BackPack</name>
1414
<description>A tool for easily creating, handling and distributing content packages across Adobe Experience Manager (AEM) ecosystem.</description>
@@ -420,6 +420,11 @@
420420
<version>5.6.2</version>
421421
<scope>test</scope>
422422
</dependency>
423+
<dependency>
424+
<groupId>com.google.guava</groupId>
425+
<artifactId>guava</artifactId>
426+
<version>15.0</version>
427+
</dependency>
423428
</dependencies>
424429
</dependencyManagement>
425430
</project>

ui.apps.structure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.exadel.etoolbox</groupId>
2323
<artifactId>etoolbox-backpack</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
24+
<version>4.0.2-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.exadel.etoolbox</groupId>
88
<artifactId>etoolbox-backpack</artifactId>
9-
<version>4.0.1-SNAPSHOT</version>
9+
<version>4.0.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<!-- ====================================================================== -->

ui.config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.exadel.etoolbox</groupId>
2323
<artifactId>etoolbox-backpack</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
24+
<version>4.0.2-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)