Skip to content

Commit

Permalink
Fixed invalid signatures for the lite version.
Browse files Browse the repository at this point in the history
Change-Id: I20e9976ff19b3549e4ee544532d2e0e57691d4dc
  • Loading branch information
margaretha committed Apr 22, 2024
1 parent 94b46fe commit 0b17fac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Setup vc-cache in the data folder (#598)
- Changed generating adminToken in the data folder (#598).
- Moved disk store path cache_store into the data folder (#598)
- Fixed invalid signature of the uber jar.


# version 0.73
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
<exclude>org.glassfish.jersey.test-framework*</exclude>
<exclude>org.apache.velocity*</exclude>
<exclude>com.sun.mail</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 0b17fac

Please sign in to comment.