Skip to content

Commit

Permalink
Add animal sniffer to offline dependencies (#1346)
Browse files Browse the repository at this point in the history
* Adding animal sniffer dependency to the offline list

* Testing Animal Sniffer and Offline
  • Loading branch information
kdavisk6 committed Dec 29, 2020
1 parent 38e767f commit 784301a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
<plugin>
<groupId>de.qaware.maven</groupId>
<artifactId>go-offline-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.8</version>
<configuration>
<dynamicDependencies>
<DynamicDependency>
Expand All @@ -584,6 +584,13 @@
<version>2.22.0</version>
<repositoryType>PLUGIN</repositoryType>
</DynamicDependency>
<DynamicDependency>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java18</artifactId>
<version>1.0</version>
<type>signature</type>
<repositoryType>MAIN</repositoryType>
</DynamicDependency>
</dynamicDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit 784301a

Please sign in to comment.