Skip to content

Commit

Permalink
feat: Admin operations to handle roles (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Sep 2, 2024
1 parent c5b1d2d commit 6a4dc86
Show file tree
Hide file tree
Showing 58 changed files with 3,847 additions and 1,200 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
Expand Down
53 changes: 30 additions & 23 deletions dep-sha256-man.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
{
"dependencies": [
{
"id": "com.aayushatharva.brotli4j:native-osx-aarch64:jar:1.16.0",
"artifactId": "native-osx-aarch64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "ZwSoHwKsqDvf9N6IJPNp9kvWMSs8efr3KdFN8F4LJR4="
},
{
"id": "com.aayushatharva.brotli4j:native-windows-x86_64:jar:1.16.0",
"artifactId": "native-windows-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "MwHGGIY_iznHx7M6E9R1aKS2UYMvNmFYm8RQ5qr_DxU="
},
{
"id": "com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.16.0",
"artifactId": "native-linux-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "tpM8OJhX4af0AEVQls7AHudr5z1RqfsRZNJwDT0xBU0="
}
]
"dependencies": [
{
"id": "com.aayushatharva.brotli4j:native-osx-aarch64:jar:1.16.0",
"artifactId": "native-osx-aarch64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "ZwSoHwKsqDvf9N6IJPNp9kvWMSs8efr3KdFN8F4LJR4="
},
{
"id": "com.aayushatharva.brotli4j:native-windows-x86_64:jar:1.16.0",
"artifactId": "native-windows-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "MwHGGIY_iznHx7M6E9R1aKS2UYMvNmFYm8RQ5qr_DxU="
},
{
"id": "com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.16.0",
"artifactId": "native-linux-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "tpM8OJhX4af0AEVQls7AHudr5z1RqfsRZNJwDT0xBU0="
},
{
"id": "com.aayushatharva.brotli4j:native-linux-aarch64:jar:1.16.0",
"artifactId": "native-linux-aarch64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "D0zy6j37Nh2qM5P03DRfq_sameMdiwu27ZHaxWo4wRo="
}
]
}
Loading

0 comments on commit 6a4dc86

Please sign in to comment.