File tree Expand file tree Collapse file tree 6 files changed +17
-7
lines changed
Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 <!-- ====================================================================== -->
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments