Skip to content

Commit

Permalink
groupID org.openidentityplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Dec 13, 2019
1 parent 204f7ae commit f270c42
Show file tree
Hide file tree
Showing 16 changed files with 111 additions and 112 deletions.
2 changes: 1 addition & 1 deletion OpenAM
Submodule OpenAM updated 146 files
6 changes: 3 additions & 3 deletions contrib-http-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.0.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -29,11 +29,11 @@

<dependencies>
<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-http-core</artifactId>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.forgerock.commons.guava</groupId> -->
<!-- <groupId>org.openidentityplatform.commons.guava</groupId> -->
<!-- <artifactId>forgerock-guava-base</artifactId> -->
<!-- </dependency> -->
<dependency>
Expand Down
31 changes: 15 additions & 16 deletions openig-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.8-SNAPSHOT</version>
</parent>
Expand All @@ -41,28 +41,28 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-http-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-client-apache-async</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-util</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>contrib-http-framework</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.forgerock.commons.guava</groupId> -->
<!-- <groupId>org.openidentityplatform.commons.guava</groupId> -->
<!-- <artifactId>forgerock-guava-base</artifactId> -->
<!-- </dependency> -->
<dependency>
Expand All @@ -88,33 +88,32 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.5.8</version>
<type>pom</type>
<version>2.4.6</version>
</dependency>
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-grizzly</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-web-token</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-json</artifactId>
</dependency>
<dependency>
Expand All @@ -123,7 +122,7 @@
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-resource-http</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -164,14 +163,14 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>contrib-http-framework</artifactId>
<type>test-jar</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-test-utils</artifactId>
<scope>test</scope>
</dependency>
Expand Down
38 changes: 19 additions & 19 deletions openig-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.0.8-SNAPSHOT</version>
</parent>

Expand All @@ -32,81 +32,81 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-util</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-core</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-json</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-csv</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-syslog</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-jdbc</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-resource</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-resource-http</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-http-servlet</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-http-core</artifactId>
</dependency>

<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-oauth2</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-openam</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-saml</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-uma</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -266,9 +266,9 @@
<includeDependencySources>true</includeDependencySources>
<includeTransitiveDependencySources>true</includeTransitiveDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.forgerock.openig:*</dependencySourceInclude>
<dependencySourceInclude>org.forgerock.http:*</dependencySourceInclude>
<dependencySourceInclude>org.forgerock.commons:*</dependencySourceInclude>
<dependencySourceInclude>org.openidentityplatform.openig:*</dependencySourceInclude>
<dependencySourceInclude>org.openidentityplatform.http:*</dependencySourceInclude>
<dependencySourceInclude>org.openidentityplatform.commons:*</dependencySourceInclude>
</dependencySourceIncludes>

<author>false</author>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<useProjectArtifact>true</useProjectArtifact>
<useStrictFiltering>true</useStrictFiltering>
<excludes>
<exclude>org.forgerock.http:chf-http-core</exclude>
<exclude>org.forgerock.openig:openig-oauth2</exclude>
<exclude>org.forgerock.openig:openig-saml</exclude>
<exclude>org.openidentityplatform.http:chf-http-core</exclude>
<exclude>org.openidentityplatform.openig:openig-oauth2</exclude>
<exclude>org.openidentityplatform.openig:openig-saml</exclude>
</excludes>
<unpack>true</unpack>
<useTransitiveFiltering>true</useTransitiveFiltering>
Expand Down
2 changes: 1 addition & 1 deletion openig-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<packaging>pom</packaging>

<parent>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.8-SNAPSHOT</version>
</parent>
Expand Down
14 changes: 7 additions & 7 deletions openig-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.0.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,25 +28,25 @@

<dependencies>
<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-oauth2</artifactId>
<version>21.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.forgerock.http</groupId>
<groupId>org.openidentityplatform.http</groupId>
<artifactId>chf-http-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-util</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-web-token</artifactId>
</dependency>
<dependency>
Expand All @@ -70,7 +70,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>contrib-http-framework</artifactId>
<type>test-jar</type>
<version>${project.version}</version>
Expand Down
6 changes: 3 additions & 3 deletions openig-openam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.0.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,12 +28,12 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-resource-http</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions openig-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.8-SNAPSHOT</version>
</parent>
Expand All @@ -34,12 +34,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openig</groupId>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-shared</artifactId>
<version>${openam.version}</version>
<exclusions>
Expand All @@ -58,7 +58,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-federation-library</artifactId>
<version>${openam.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion openig-ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ module.exports = function (grunt) {
"babel",
"sync:transpiledfiles",
"sync:transpiledtestfiles",
"qunit",
//"qunit",
"requirejs"
]);

Expand Down
Loading

0 comments on commit f270c42

Please sign in to comment.