[java-oidc-common] branch main updated: Harmonised the style used in pom.xmls.

Henri Mikkonen henri.mikkonen at iki.fi
Tue Jun 20 12:43:11 UTC 2023


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=13f2aa0709159b4b6863fd15f0605606ce3afe1d

The following commit(s) were added to refs/heads/main by this push:
     new 13f2aa0  Harmonised the style used in pom.xmls.
13f2aa0 is described below

commit 13f2aa0709159b4b6863fd15f0605606ce3afe1d
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jun 20 15:43:00 2023 +0300

    Harmonised the style used in pom.xmls.
---
 oidc-common-attribute-api/pom.xml  |  14 +-
 oidc-common-attribute-impl/pom.xml | 182 +++++++++++-----------
 oidc-common-bom/pom.xml            |  58 +++----
 oidc-common-crypto-api/pom.xml     |   6 +-
 oidc-common-crypto-impl/pom.xml    |  26 ++--
 oidc-common-dist/pom.xml           |   4 +-
 oidc-common-metadata-api/pom.xml   |  12 +-
 oidc-common-metadata-impl/pom.xml  | 312 ++++++++++++++++++-------------------
 oidc-common-plugin/pom.xml         | 100 ++++++------
 oidc-common-profile-impl/pom.xml   |   8 +-
 oidc-common-saml-api/pom.xml       |   4 +-
 oidc-common-saml-impl/pom.xml      |   8 +-
 pom.xml                            |  30 ++--
 13 files changed, 382 insertions(+), 382 deletions(-)

diff --git a/oidc-common-attribute-api/pom.xml b/oidc-common-attribute-api/pom.xml
index d41c5f9..2fe6eac 100644
--- a/oidc-common-attribute-api/pom.xml
+++ b/oidc-common-attribute-api/pom.xml
@@ -35,23 +35,23 @@
         </dependency>
         <dependency>
             <groupId>net.minidev</groupId>
-            <artifactId>json-smart</artifactId>    
-            <scope>compile</scope>        
-        </dependency> 
+            <artifactId>json-smart</artifactId>
+            <scope>compile</scope>
+        </dependency>
         <!-- 
          Transitive dependency that is needed at runtime, and are added
          to the final package. These do not strictly have to be referenced
          in this module. 
-        -->   
+        -->
         <dependency>
             <groupId>net.minidev</groupId>
             <artifactId>accessors-smart</artifactId>
-            <scope>runtime</scope>  
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>lang-tag</artifactId>
-            <scope>runtime</scope> 
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>com.nimbusds</groupId>
@@ -59,7 +59,7 @@
             <scope>runtime</scope>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index 9deab37..c612d93 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -1,35 +1,35 @@
 <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>
+    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>net.shibboleth.oidc</groupId>
-		<artifactId>oidc-common-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
-	</parent>
+    <parent>
+        <groupId>net.shibboleth.oidc</groupId>
+        <artifactId>oidc-common-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+    </parent>
 
-	<artifactId>oidc-common-attribute-impl</artifactId>
-	<packaging>jar</packaging>
-	<name>Shibboleth IdP :: Plugins :: OIDC Common :: Attribute Implementation</name>
-	<description>Implementation for common OIDC attribute functions/features.</description>
+    <artifactId>oidc-common-attribute-impl</artifactId>
+    <packaging>jar</packaging>
+    <name>Shibboleth IdP :: Plugins :: OIDC Common :: Attribute Implementation</name>
+    <description>Implementation for common OIDC attribute functions/features.</description>
 
-	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-		<automatic.module.name>net.shibboleth.oidc.attribute.impl</automatic.module.name>
-	</properties>
+    <properties>
+        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <automatic.module.name>net.shibboleth.oidc.attribute.impl</automatic.module.name>
+    </properties>
 
-	<dependencies>
-		<dependency>
-			<groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-attribute-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-attribute-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
+    <dependencies>
+        <dependency>
+            <groupId>${oidc-common.groupId}</groupId>
+            <artifactId>oidc-common-attribute-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-attribute-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-spring</artifactId>
@@ -41,71 +41,71 @@
             <scope>provided</scope>
         </dependency>
 
-		<!-- Test Dependencies -->
-		<dependency>
-			<groupId>${idp.groupId}</groupId>
-			<artifactId>idp-profile-api</artifactId>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${idp.groupId}</groupId>
-			<artifactId>idp-core</artifactId>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-attribute-resolver-spring</artifactId>
-			<version>5.0.0-SNAPSHOT</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
+        <!-- Test Dependencies -->
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-profile-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
-			<groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-core</artifactId>
-			<version>5.0.0-SNAPSHOT</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-testing</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${idp.groupId}</groupId>
-			<artifactId>idp-testing</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${spring.groupId}</groupId>
-			<artifactId>spring-test</artifactId>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-core</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-attribute-resolver-spring</artifactId>
+            <version>5.0.0-SNAPSHOT</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>5.0.0-SNAPSHOT</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy-dependencies-test</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>copy-dependencies</goal>
-						</goals>
-						<configuration>
-							<outputDirectory>${project.target.directory}</outputDirectory>
-							<includeScope>runtime</includeScope>
-							<excludeTransitive>true</excludeTransitive>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-dependencies-test</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.target.directory}</outputDirectory>
+                            <includeScope>runtime</includeScope>
+                            <excludeTransitive>true</excludeTransitive>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>
diff --git a/oidc-common-bom/pom.xml b/oidc-common-bom/pom.xml
index 6a6e305..8769b57 100644
--- a/oidc-common-bom/pom.xml
+++ b/oidc-common-bom/pom.xml
@@ -1,27 +1,27 @@
 <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>net.shibboleth.oidc</groupId>
-		<artifactId>oidc-common-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
-	</parent>
-	<packaging>pom</packaging>
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>net.shibboleth.oidc</groupId>
+        <artifactId>oidc-common-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+    </parent>
+    <packaging>pom</packaging>
 
-	<artifactId>oidc-common-bom</artifactId>
-	<name>Shibboleth IdP :: Plugins :: OIDC Common :: BOM</name>
-	<description>Bill of Materials</description>
+    <artifactId>oidc-common-bom</artifactId>
+    <name>Shibboleth IdP :: Plugins :: OIDC Common :: BOM</name>
+    <description>Bill of Materials</description>
 
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>${project.groupId}</groupId>
-				<artifactId>oidc-common-attribute-api</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-			<dependency>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>oidc-common-attribute-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>oidc-common-attribute-impl</artifactId>
                 <version>${project.version}</version>
@@ -70,7 +70,7 @@
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
                 <version>${oauth2-oidc-sdk.version}</version>
-            </dependency>           
+            </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
@@ -78,14 +78,14 @@
             </dependency>
             <dependency>
                 <groupId>net.minidev</groupId>
-                <artifactId>json-smart</artifactId> 
-                <version>${json.smart.version}</version>           
-            </dependency> 
+                <artifactId>json-smart</artifactId>
+                <version>${json.smart.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>lang-tag</artifactId>
                 <version>${nimbus.lang.tag.version}</version>
-            </dependency> 
+            </dependency>
             <dependency>
                 <groupId>net.minidev</groupId>
                 <artifactId>accessors-smart</artifactId>
@@ -93,9 +93,9 @@
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
-                <artifactId>content-type</artifactId>  
-                <version>${nimbus.content.type.version}</version>          
+                <artifactId>content-type</artifactId>
+                <version>${nimbus.content.type.version}</version>
             </dependency>
-		</dependencies>
-	</dependencyManagement>
+        </dependencies>
+    </dependencyManagement>
 </project>
\ No newline at end of file
diff --git a/oidc-common-crypto-api/pom.xml b/oidc-common-crypto-api/pom.xml
index 6a6d979..9687ee7 100644
--- a/oidc-common-crypto-api/pom.xml
+++ b/oidc-common-crypto-api/pom.xml
@@ -62,10 +62,10 @@
             <version>${slf4j.version}</version>
             <scope>test</scope>
         </dependency>
-        
+
     </dependencies>
-    
-     <build>
+
+    <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 756c9ca..8c2493d 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -9,16 +9,16 @@
     </parent>
 
     <artifactId>oidc-common-crypto-impl</artifactId>
-    <packaging>jar</packaging>    
+    <packaging>jar</packaging>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: Crypto Implementation</name>
     <description>Implementation for common crypto/security functions/features.</description>
-    
+
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.oidc.crypto.impl</automatic.module.name>
     </properties>
-    
-    <dependencies>      
+
+    <dependencies>
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-profile-api</artifactId>
@@ -28,7 +28,7 @@
             <artifactId>nimbus-jose-jwt</artifactId>
             <scope>compile</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>oidc-common-profile-api</artifactId>
             <scope>provided</scope>
@@ -53,22 +53,22 @@
             <artifactId>opensaml-saml-api</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-security-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-xmlsec-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-authn-api</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-spring</artifactId>
             <scope>provided</scope>
@@ -79,8 +79,8 @@
             <scope>provided</scope>
         </dependency>
 
-         <!-- Test scope -->
-         <dependency>
+        <!-- Test scope -->
+        <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
@@ -109,14 +109,14 @@
             <artifactId>idp-testing</artifactId>
             <scope>test</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>
diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 924bd99..72c3cfa 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -1,6 +1,6 @@
 <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
diff --git a/oidc-common-metadata-api/pom.xml b/oidc-common-metadata-api/pom.xml
index 02eb7f1..6f1e272 100644
--- a/oidc-common-metadata-api/pom.xml
+++ b/oidc-common-metadata-api/pom.xml
@@ -23,17 +23,17 @@
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-service</artifactId>
             <scope>provided</scope>
-        </dependency>          
+        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-core</artifactId>
             <scope>provided</scope>
-        </dependency>          
-         <dependency>
+        </dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-profile-api</artifactId>
             <scope>provided</scope>
-        </dependency>      
+        </dependency>
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>oauth2-oidc-sdk</artifactId>
@@ -43,8 +43,8 @@
             <artifactId>jackson-databind</artifactId>
             <scope>provided</scope>
         </dependency>
-     </dependencies>
-    
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>
diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index 7181cc4..3a44f94 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -1,46 +1,46 @@
 <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>
+    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>net.shibboleth.oidc</groupId>
-		<artifactId>oidc-common-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
-	</parent>
+    <parent>
+        <groupId>net.shibboleth.oidc</groupId>
+        <artifactId>oidc-common-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+    </parent>
 
-	<artifactId>oidc-common-metadata-impl</artifactId>
-	<packaging>jar</packaging>
-	<name>Shibboleth IdP :: Plugins :: OIDC Common :: Relying Party Metadata Implementation</name>
-	<description>Implementation for common OIDC RP metadata functions/features.</description>
+    <artifactId>oidc-common-metadata-impl</artifactId>
+    <packaging>jar</packaging>
+    <name>Shibboleth IdP :: Plugins :: OIDC Common :: Relying Party Metadata Implementation</name>
+    <description>Implementation for common OIDC RP metadata functions/features.</description>
 
-	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-		<automatic.module.name>net.shibboleth.oidc.metadata.impl</automatic.module.name>
-	</properties>
+    <properties>
+        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <automatic.module.name>net.shibboleth.oidc.metadata.impl</automatic.module.name>
+    </properties>
 
-	<dependencies>
+    <dependencies>
 
-		<dependency>
+        <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
             <scope>compile</scope>
         </dependency>
-		<dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-spring</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>shib-spring</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-velocity-spring</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>shib-velocity-spring</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-support</artifactId>
-			<scope>provided</scope>
-		</dependency>
+            <artifactId>shib-support</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
@@ -51,154 +51,154 @@
             <artifactId>idp-profile-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-		<dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-profile-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>opensaml-profile-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${idp.groupId}</groupId>
-			<artifactId>idp-core</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>idp-core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-crypto-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>oidc-common-crypto-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-crypto-impl</artifactId>
-			<scope>provided</scope>
-		</dependency>
+            <artifactId>oidc-common-crypto-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${oidc-common.groupId}</groupId>
             <artifactId>oidc-common-profile-api</artifactId>
             <scope>provided</scope>
         </dependency>
-		<dependency>
+        <dependency>
             <groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-metadata-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>oidc-common-metadata-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-saml-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>oidc-common-saml-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-attribute-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>shib-attribute-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-attribute-resolver-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>shib-attribute-resolver-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-storage-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>opensaml-storage-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-saml-impl</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-xmlsec-impl</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>jakarta.servlet</groupId>
-			<artifactId>jakarta.servlet-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<!-- Test Dependencies -->
-		<dependency>
+            <artifactId>opensaml-xmlsec-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>jakarta.servlet</groupId>
+            <artifactId>jakarta.servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <!-- Test Dependencies -->
+        <dependency>
             <groupId>${idp.groupId}</groupId>
-			<artifactId>idp-testing</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
+            <artifactId>idp-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${oidc-common.groupId}</groupId>
-			<artifactId>oidc-common-saml-impl</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
+            <artifactId>oidc-common-saml-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${idp.groupId}</groupId>
-			<artifactId>idp-saml-api</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hsqldb</groupId>
-			<artifactId>hsqldb</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-storage-impl</artifactId>
-			<version>${opensaml.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
+            <artifactId>idp-saml-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-storage-impl</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-attribute-resolver-spring</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<!-- Needed for Nimbus use in tests. -->
-		<dependency>
-			<groupId>com.sun.mail</groupId>
-			<artifactId>jakarta.mail</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${opensaml.groupId}</groupId>
-			<artifactId>opensaml-testing</artifactId>
-			<version>${opensaml.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
+            <artifactId>shib-attribute-resolver-spring</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <!-- Needed for Nimbus use in tests. -->
+        <dependency>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>jakarta.mail</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-testing</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${idp.groupId}</groupId>
-			<artifactId>idp-profile-api</artifactId>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
+            <artifactId>idp-profile-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${shib-shared.groupId}</groupId>
-			<artifactId>shib-testing</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>${spring.groupId}</groupId>
-			<artifactId>spring-test</artifactId>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+            <artifactId>shib-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy-dependencies-test</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>copy-dependencies</goal>
-						</goals>
-						<configuration>
-							<outputDirectory>${project.target.directory}</outputDirectory>
-							<includeScope>runtime</includeScope>
-							<excludeTransitive>true</excludeTransitive>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-dependencies-test</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.target.directory}</outputDirectory>
+                            <includeScope>runtime</includeScope>
+                            <excludeTransitive>true</excludeTransitive>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>
diff --git a/oidc-common-plugin/pom.xml b/oidc-common-plugin/pom.xml
index 6549fa4..e784692 100644
--- a/oidc-common-plugin/pom.xml
+++ b/oidc-common-plugin/pom.xml
@@ -1,57 +1,57 @@
 <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>net.shibboleth.oidc</groupId>
-		<artifactId>oidc-common-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
-	</parent>
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>net.shibboleth.oidc</groupId>
+        <artifactId>oidc-common-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+    </parent>
 
-	<artifactId>oidc-common-plugin</artifactId>
-	<name>Shibboleth IdP :: Plugins :: OIDC Common :: Plugin</name>
-	<description>Plugin configuration module of the common OIDC plugin</description>
+    <artifactId>oidc-common-plugin</artifactId>
+    <name>Shibboleth IdP :: Plugins :: OIDC Common :: Plugin</name>
+    <description>Plugin configuration module of the common OIDC plugin</description>
 
-	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-		<automatic.module.name>net.shibboleth.oidc.common</automatic.module.name>
-	</properties>
+    <properties>
+        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <automatic.module.name>net.shibboleth.oidc.common</automatic.module.name>
+    </properties>
 
-	<dependencies>
-		<!-- Needed for module/plugin impls. -->
-		<dependency>
-			<groupId>${idp.groupId}</groupId>
-			<artifactId>idp-admin-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>${idp.groupId}</groupId>
-			<artifactId>idp-admin-impl</artifactId>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <!-- Needed for module/plugin impls. -->
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-admin-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-admin-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>						
-						<manifestSections>
-							<manifestSection>
-								<name>net/shibboleth/oidc/common/</name>
-								<manifestEntries>
-									<Implementation-Title>${project.artifactId}</Implementation-Title>
-									<Implementation-Version>${project.version}</Implementation-Version>
-									<Implementation-Vendor>shibboleth.net</Implementation-Vendor>
-								</manifestEntries>
-							</manifestSection>
-						</manifestSections>
-					</archive>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestSections>
+                            <manifestSection>
+                                <name>net/shibboleth/oidc/common/</name>
+                                <manifestEntries>
+                                    <Implementation-Title>${project.artifactId}</Implementation-Title>
+                                    <Implementation-Version>${project.version}</Implementation-Version>
+                                    <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
+                                </manifestEntries>
+                            </manifestSection>
+                        </manifestSections>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>
diff --git a/oidc-common-profile-impl/pom.xml b/oidc-common-profile-impl/pom.xml
index c34da30..5edcc40 100644
--- a/oidc-common-profile-impl/pom.xml
+++ b/oidc-common-profile-impl/pom.xml
@@ -11,12 +11,12 @@
     <packaging>jar</packaging>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: Profile Configuration Implementation</name>
     <description>Implementation for common OIDC RP profile configuration functions/features.</description>
-    
+
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.oidc.profile.impl</automatic.module.name>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${oidc-common.groupId}</groupId>
@@ -55,12 +55,12 @@
             <artifactId>jakarta.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>oauth2-oidc-sdk</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <!--  Test Dependencies -->
         <dependency>
             <groupId>${spring.groupId}</groupId>
diff --git a/oidc-common-saml-api/pom.xml b/oidc-common-saml-api/pom.xml
index 0129bb3..ae4a202 100644
--- a/oidc-common-saml-api/pom.xml
+++ b/oidc-common-saml-api/pom.xml
@@ -25,8 +25,8 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-    
-     <build>
+
+    <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
diff --git a/oidc-common-saml-impl/pom.xml b/oidc-common-saml-impl/pom.xml
index e3b9a62..2035281 100644
--- a/oidc-common-saml-impl/pom.xml
+++ b/oidc-common-saml-impl/pom.xml
@@ -9,22 +9,22 @@
     </parent>
 
     <artifactId>oidc-common-saml-impl</artifactId>
-    <packaging>jar</packaging>    
+    <packaging>jar</packaging>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: SAML Metadata Extension Implementation</name>
     <description>Implementation and OpenSAML configuration for the SAML metadata extension for OIDC RPs.</description>
-    
+
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.oidc.saml.impl</automatic.module.name>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${oidc-common.groupId}</groupId>
             <artifactId>oidc-common-saml-api</artifactId>
             <scope>provided</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-api</artifactId>
             <scope>provided</scope>
diff --git a/pom.xml b/pom.xml
index 624557b..e8ef82c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <developerConnection>${shibboleth.scm.developerConnection}java-oidc-common</developerConnection>
         <url>${shibboleth.scm.url}java-oidc-common.git</url>
     </scm>
-     <distributionManagement>
+    <distributionManagement>
         <site>
             <id>site</id>
             <url>scp:${shibboleth.site.deploy.url}java-oidc-common/${project.version}/</url>
@@ -123,11 +123,11 @@
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>net.shibboleth.oidc</groupId>
+                <groupId>${oidc-common.groupId}</groupId>
                 <artifactId>oidc-common-metadata-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
-             <dependency>
+            <dependency>
                 <groupId>${oidc-common.groupId}</groupId>
                 <artifactId>oidc-common-profile-api</artifactId>
                 <version>${project.version}</version>
@@ -156,11 +156,11 @@
                         <groupId>com.sun.mail</groupId>
                         <artifactId>javax.mail</artifactId>
                     </exclusion>
-                     <exclusion>
-                      <artifactId>jcip-annotations</artifactId>
-                      <groupId>com.github.stephenc.jcip</groupId>
-                    </exclusion>                                      
-                 </exclusions>
+                    <exclusion>
+                        <artifactId>jcip-annotations</artifactId>
+                        <groupId>com.github.stephenc.jcip</groupId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>net.minidev</groupId>
@@ -182,11 +182,11 @@
                 <artifactId>nimbus-jose-jwt</artifactId>
                 <version>${nimbus-jose-jwt.version}</version>
                 <exclusions>
-                     <exclusion>
-                      <artifactId>jcip-annotations</artifactId>
-                      <groupId>com.github.stephenc.jcip</groupId>
-                    </exclusion>                                      
-                 </exclusions>
+                    <exclusion>
+                        <artifactId>jcip-annotations</artifactId>
+                        <groupId>com.github.stephenc.jcip</groupId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
@@ -232,9 +232,9 @@
         <module>oidc-common-saml-impl</module>
         <module>oidc-common-plugin</module>
         <module>oidc-common-bom</module>
-        <module>oidc-common-dist</module>  
+        <module>oidc-common-dist</module>
     </modules>
-    
+
     <build>
         <plugins>
             <plugin>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list