Skip to content

Commit

Permalink
FISH-7648 : directly depending on json-smart secure version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseufrasio committed Aug 25, 2023
1 parent a3b22b4 commit b28b14a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
4 changes: 2 additions & 2 deletions oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2019] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2019-2023] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openid-standalone-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
~
~ Copyright (c) 2022 Payara Foundation and/or its affiliates. All rights reserved.
~ Copyright (c) [2022-2023] Payara Foundation and/or its affiliates. All rights reserved.
~
~ The contents of this file are subject to the terms of either the GNU
~ General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions openid-standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 Payara Foundation and/or its affiliates. All rights reserved.
~ Copyright (c) [2020-2023] Payara Foundation and/or its affiliates. All rights reserved.
~
~ The contents of this file are subject to the terms of either the GNU
~ General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -43,7 +43,7 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2021] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2021-2023] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2019-2021] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2019-2023] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -44,7 +44,7 @@

<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>
<name>Payara Security Connectors</name>

Expand Down Expand Up @@ -98,6 +98,7 @@
<javax.security.enterprise.version>1.1-b01.payara-p4</javax.security.enterprise.version>
<nimbus-jose-jwt.version>9.10.1</nimbus-jose-jwt.version>
<accessors-smart.version>1.2.payara-p2</accessors-smart.version>
<json-smart.version>2.4.10</json-smart.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
Expand Down
14 changes: 11 additions & 3 deletions security-connectors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2021 Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2021-2023] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -43,12 +43,12 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>bundle</packaging>

<name>Payara Security Connnectors API</name>
Expand All @@ -57,6 +57,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b28b14a

Please sign in to comment.