Skip to content

Commit

Permalink
Add licenses/ directory for internal authn module
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 3, 2022
1 parent 6387701 commit 15f3aa2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4636a0d01f74acaf28082fb62b317f1080118371
1 change: 1 addition & 0 deletions modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
858c6cc78e1f08a885b1613e1d817c829df70a6e
1 change: 1 addition & 0 deletions modules/authn/licenses/jackson-databind-2.13.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
98b0edfa8e4084078f10b7b356c300ded4a71491
1 change: 1 addition & 0 deletions modules/authn/licenses/shiro-core-1.9.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
90263d749749198f0a6dbdca57b52fa6d903d3db
1 change: 1 addition & 0 deletions modules/authn/licenses/slf4j-api-1.7.36.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c62681a2f655b49963a5983b8b0950a6120ae14
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ public String toString() {
return "InternalSubject [primaryPrincipal=" + primaryPrincipal + ", hash=" + hash + ", attributes=" + attributes + "]";
}
}

0 comments on commit 15f3aa2

Please sign in to comment.