Skip to content

Commit

Permalink
Revert "KNOX-3006 - PAM module occasionally generates garbage group n…
Browse files Browse the repository at this point in the history
…ames (#840)"

This reverts commit 58ae97f.
  • Loading branch information
pzampino committed Jan 15, 2025
1 parent d014c75 commit eea1886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gateway-provider-security-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</dependency>

<dependency>
<groupId>org.glassfish.main.libpam4j</groupId>
<groupId>org.kohsuke</groupId>
<artifactId>libpam4j</artifactId>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<json-smart.version>2.4.9</json-smart.version>
<junit.version>4.13.2</junit.version>
<lang-tag.version>1.5</lang-tag.version>
<libpam4j.version>5.1.0</libpam4j.version>
<libpam4j.version>1.11</libpam4j.version>
<log4j2.version>2.17.1</log4j2.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down Expand Up @@ -2094,7 +2094,7 @@
</dependency>

<dependency>
<groupId>org.glassfish.main.libpam4j</groupId>
<groupId>org.kohsuke</groupId>
<artifactId>libpam4j</artifactId>
<version>${libpam4j.version}</version>
</dependency>
Expand Down

0 comments on commit eea1886

Please sign in to comment.