File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 1010
1111 <properties >
1212 <release .repo.local.dir>../maven-repo</release .repo.local.dir>
13- <aws .sdk.version>2.31.12 </aws .sdk.version>
13+ <aws .sdk.version>2.32.29 </aws .sdk.version>
1414 </properties >
1515
1616 <dependencies >
2323 <dependency >
2424 <groupId >com.appdynamics</groupId >
2525 <artifactId >appd-exts-commons</artifactId >
26- <version >2.2.13 </version >
26+ <version >2.2.17 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >joda-time</groupId >
118118 <artifactId >jgitflow-maven-plugin</artifactId >
119119 <version >1.0-m3</version >
120120 </plugin >
121+ <plugin >
122+ <groupId >org.apache.maven.plugins</groupId >
123+ <artifactId >maven-shade-plugin</artifactId >
124+ <version >3.4.1</version >
125+ <executions >
126+ <execution >
127+ <phase >package</phase >
128+ <goals >
129+ <goal >shade</goal >
130+ </goals >
131+ <configuration >
132+ <filters >
133+ <filter >
134+ <artifact >*:*</artifact >
135+ <excludes >
136+ <exclude >META-INF/*.SF</exclude >
137+ <exclude >META-INF/*.DSA</exclude >
138+ <exclude >META-INF/*.RSA</exclude >
139+ </excludes >
140+ </filter >
141+ </filters >
142+ <transformers >
143+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
144+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
145+ </transformers >
146+ </configuration >
147+ </execution >
148+ </executions >
149+ </plugin >
121150 </plugins >
122151 </build >
123152
You can’t perform that action at this time.
0 commit comments