Skip to content

Commit

Permalink
fix(deps): fix tensorflow dependency meta data
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jul 22, 2024
1 parent 7e95c1e commit c70b42d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<trusting group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
</trusted-key>
<trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F" group="org.dom4j" name="dom4j"/>
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
<trusted-key id="90EE19787A7BCF6FD37A1E9180C08B1C29100955" group="^com[.]squareup($|([.].*))" regex="true"/>
<trusted-key id="98465301A4939C0279F2E847D89D05374952262B" group="org.jetbrains.dokka"/>
<trusted-key id="9857C388D7D1D9D031274CD0A5DEF5A76F94A471">
Expand Down Expand Up @@ -5027,9 +5028,7 @@
<pgp value="DB0597E3144342256BC81E3EC727D053C4481CF5"/>
</artifact>
<artifact name="tensorflow-lite-metadata-0.1.0-rc2.pom">
<ignored-keys>
<ignored-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" reason="PGP verification failed"/>
</ignored-keys>
<sha256 value="9a4f5e5674366c156c90391662f03ed7c5971d6aa63832df74a271da6ff82e96" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
<sha256 value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
</artifact>
</component>
Expand Down

0 comments on commit c70b42d

Please sign in to comment.