Skip to content

Commit 784301a

Browse files
authored
Add animal sniffer to offline dependencies (#1346)
* Adding animal sniffer dependency to the offline list * Testing Animal Sniffer and Offline
1 parent 38e767f commit 784301a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
<plugin>
576576
<groupId>de.qaware.maven</groupId>
577577
<artifactId>go-offline-maven-plugin</artifactId>
578-
<version>1.1.0</version>
578+
<version>1.2.8</version>
579579
<configuration>
580580
<dynamicDependencies>
581581
<DynamicDependency>
@@ -584,6 +584,13 @@
584584
<version>2.22.0</version>
585585
<repositoryType>PLUGIN</repositoryType>
586586
</DynamicDependency>
587+
<DynamicDependency>
588+
<groupId>org.codehaus.mojo.signature</groupId>
589+
<artifactId>java18</artifactId>
590+
<version>1.0</version>
591+
<type>signature</type>
592+
<repositoryType>MAIN</repositoryType>
593+
</DynamicDependency>
587594
</dynamicDependencies>
588595
</configuration>
589596
</plugin>

0 commit comments

Comments
 (0)