We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e767f commit 784301aCopy full SHA for 784301a
pom.xml
@@ -575,7 +575,7 @@
575
<plugin>
576
<groupId>de.qaware.maven</groupId>
577
<artifactId>go-offline-maven-plugin</artifactId>
578
- <version>1.1.0</version>
+ <version>1.2.8</version>
579
<configuration>
580
<dynamicDependencies>
581
<DynamicDependency>
@@ -584,6 +584,13 @@
584
<version>2.22.0</version>
585
<repositoryType>PLUGIN</repositoryType>
586
</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>
594
</dynamicDependencies>
595
</configuration>
596
</plugin>
0 commit comments