Skip to content

Commit 21e0da1

Browse files
build files added to the path build/1.0.16
1 parent f83c719 commit 21e0da1

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

32.9 MB
Binary file not shown.
30.5 MB
Binary file not shown.
Binary file not shown.

image_based_actions/dependency-reduced-pom.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.testsigma.addons</groupId>
55
<artifactId>image_based_actions</artifactId>
6-
<version>1.0.10</version>
6+
<version>1.0.16</version>
77
<build>
88
<finalName>image_based_actions</finalName>
99
<plugins>
@@ -16,6 +16,19 @@
1616
<goals>
1717
<goal>shade</goal>
1818
</goals>
19+
<configuration>
20+
<minimizeJar>false</minimizeJar>
21+
<filters>
22+
<filter>
23+
<artifact>*:*</artifact>
24+
<excludes>
25+
<exclude>META-INF/*.SF</exclude>
26+
<exclude>META-INF/*.DSA</exclude>
27+
<exclude>META-INF/*.RSA</exclude>
28+
</excludes>
29+
</filter>
30+
</filters>
31+
</configuration>
1932
</execution>
2033
</executions>
2134
</plugin>
@@ -56,8 +69,8 @@
5669
</dependency>
5770
</dependencies>
5871
<properties>
59-
<testsigma.sdk.version>1.2.6_cloud</testsigma.sdk.version>
60-
<lombok.version>1.18.20</lombok.version>
72+
<testsigma.sdk.version>1.2.24_cloud</testsigma.sdk.version>
73+
<lombok.version>1.18.30</lombok.version>
6174
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
6275
<maven.compiler.target>11</maven.compiler.target>
6376
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)