[java-identity-provider] 05/05: Cleanup poms
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 28 08:14:58 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7913dc118db728a9931b9a506c8c9a143be885c7
commit 7913dc118db728a9931b9a506c8c9a143be885c7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 28 09:02:57 2022 +0100
Cleanup poms
Untabify
Claify a few scopes in the distribution pom (where it actually doesnt matter)
---
idp-cli/pom.xml | 6 +++---
idp-distribution/pom.xml | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/idp-cli/pom.xml b/idp-cli/pom.xml
index ac3844a57..258e0834c 100644
--- a/idp-cli/pom.xml
+++ b/idp-cli/pom.xml
@@ -32,13 +32,13 @@
<scope>provided</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-cli</artifactId>
- <scope>provided</scope>
+ <scope>provided</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<scope>provided</scope>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 8723c4421..c13824704 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -31,17 +31,20 @@
<groupId>${project.groupId}</groupId>
<artifactId>idp-installer</artifactId>
<version>${project.version}</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-cli</artifactId>
<version>${project.version}</version>
+ <scope>runtime</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-cli</artifactId>
+ <scope>runtime</scope>
</dependency>
<!-- Required if using classes with command line support. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list