Skip to content

Commit

Permalink
Try to specify pgp of updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Aug 7, 2020
1 parent cfd65ad commit 0acb7bc
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Expand Up @@ -522,14 +522,19 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<verification>
<openpgp>
com.fasterxml.jackson.core:jackson-annotations:2.11.2=0x8D7F1BEC1E2ECAE7
com.fasterxml.jackson.core:jackson-core:2.11.2=0x8D7F1BEC1E2ECAE7
com.fasterxml.jackson.core:jackson-databind:2.11.2=0x8D7F1BEC1E2ECAE7
com.fasterxml.jackson.module:jackson-module-jsonSchema:2.11.2=0x8D7F1BEC1E2ECAE7
</openpgp>
</verification>
</dependency>

</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 0acb7bc

Please sign in to comment.