Skip to content

Commit

Permalink
PAYARA-1269-Upgrade-libpam4j-to-v1.7-with-groupid-org-kohsuke (#1951) (
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderbaba authored and smillidge committed Nov 21, 2017
1 parent aab8170 commit 18a5cc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions appserver/packager/external/libpam4j/pom.xml
Expand Up @@ -40,6 +40,7 @@
holder.
-->
<!-- Portions Copyright [2017] [Payara Foundation and/or its affiliates] -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
Expand All @@ -52,7 +53,7 @@
<artifactId>libpam4j-repackaged</artifactId>
<packaging>jar</packaging>
<properties>
<libpam4j.version>3.1</libpam4j.version>
<libpam4j.version>3.5.0</libpam4j.version>
</properties>
<name>libpam4j repackaged as a module</name>
<description>libpam4j repackaged as a module</description>
Expand Down Expand Up @@ -117,10 +118,10 @@
won't package them. It is sufficient to package the wrapped jar.
-->
<dependency>
<groupId>org.jvnet.libpam4j</groupId>
<artifactId>libpam4j</artifactId>
<version>1.3</version>
<optional>true</optional>
<groupId>org.kohsuke</groupId>
<artifactId>libpam4j</artifactId>
<version>1.7</version>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion appserver/packager/external/pom.xml
Expand Up @@ -67,7 +67,7 @@
<modules>
<module>ant</module>
<module>javadb</module>
<module>jmsra</module>
<module>jmsra</module>
<module>jaxr_ra</module>
<module>libpam4j</module>
</modules>
Expand Down
Expand Up @@ -866,8 +866,9 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT
DEALINGS IN THE SOFTWARE.

---------------------------------------------------
libpam4j 1.3
libpam4j 1.7
---------------------------------------------------

The MIT License

Copyright (c) <year> <copyright holders>
Expand Down
Expand Up @@ -908,7 +908,7 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT
DEALINGS IN THE SOFTWARE.

---------------------------------------------------
libpam4j 1.3
libpam4j 1.7
---------------------------------------------------
The MIT License

Expand Down

0 comments on commit 18a5cc0

Please sign in to comment.