Skip to content

Commit

Permalink
fix test after shared-maven-shared-utils update
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 15, 2021
1 parent 301b959 commit 011edc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/it/sigOkKeysMapWithPluginDependencies/keysmap.list
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ org.apache.maven = \
0xAE9E53FC28FF2AB1012273D0BF1518E0160788A2, \
0xBA926F64CA647B6D853A38672E2010F8A7FF4A41, \
0xF254B35617DC255D9344BCFA873A8E86B4372146, \
0xFA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A
0xFA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A, \
0xFB11D4BB7B244678337AAD8BC7BF26D0BB617866

org.apache.maven.plugins = \
0x6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688, \
Expand All @@ -229,6 +230,7 @@ org.apache.maven.shared = \
0x0CDE80149711EB46DFF17AE421A24B3F8B0F594A, \
0x190D5A957FF22273E601F7A7C92C5FEC70161C62, \
0x6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688, \
0x82C9EC0E52C47A936A849E0113D979595E6D01E1, \
0x849FB4F1AF3D17CDE4DE5E710704ADDF1D821345, \
0xAE9E53FC28FF2AB1012273D0BF1518E0160788A2, \
0xB02137D875D833D9B23392ECAE5A7FB608A0221C, \
Expand Down Expand Up @@ -287,7 +289,8 @@ org.codehaus.plexus:plexus-i18n:1.0-beta-7 = noSig
org.codehaus.plexus:plexus-io:2.7.1 = noSig
org.codehaus.plexus:plexus-velocity:1.1.7 = noSig

org.eclipse.aether:aether-util:0.9.0.M2 = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41
org.eclipse.aether = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41

org.eclipse.jetty = 0x5989BAF76217B843D66BE55B2D0E1FB8FE4B68B4
org.eclipse.sisu = 0xCF17E92C9FFA55316B5DB83901D734EE5EE9C3F8

Expand Down Expand Up @@ -330,7 +333,10 @@ org.sonatype.aether = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41
org.sonatype.plexus:plexus-cipher:1.4 = 0x9FFED7A118D45A44E4A1E47130E6F80434A72A7F
org.sonatype.plexus:plexus-sec-dispatcher:1.3 = 0x9FFED7A118D45A44E4A1E47130E6F80434A72A7F
org.sonatype.plexus:plexus-sec-dispatcher:1.4 = 0x2BCBDD0F23EA1CAFCC11D4860374CF2E8DD1BDFD
org.sonatype.sisu = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41

org.sonatype.sisu = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41,\
0xE78AA45938D10249E08CC1C752E6585E0102B84D

org.testng:testng:7.1.0 = 0xDCBA03381EF6C89096ACD985AC5EC74981F9CDA6
org.tukaani:xz:* = 0x3690C240CE51B4670D30AD1C38EE757D69184620
org.w3c.css:sac:1.3 = noSig
Expand Down
1 change: 0 additions & 1 deletion src/it/sigOkKeysMapWithPluginDependencies/postbuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ assert buildLog.matches('(?ms).*^\\[INFO\\] org.apache.maven:maven-compat:jar:.*
assert buildLog.matches('(?ms).*^\\[INFO\\] org.apache.maven.shared:maven-dependency-tree:jar:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] org.sonatype.plexus:plexus-sec-dispatcher:jar:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] org.codehaus.mojo:animal-sniffer-annotations:jar:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] com.google.inject:guice:jar:no_aop:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] org.bouncycastle:bcpg-jdk15on:jar:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] org.apache.httpcomponents:httpcore:jar:.* PGP Signature OK$.*')
assert buildLog.matches('(?ms).*^\\[INFO\\] com.vladsch.flexmark:flexmark-all:jar:.* PGP Signature OK$.*')
Expand Down

0 comments on commit 011edc4

Please sign in to comment.