[java-idp-plugin-scripting] branch master updated: More POMtidy
Rod Widdowson
rdw at steadingsoftware.com
Mon Jul 13 09:22:51 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=109f7426e755184b84f751340f116057cadabd50
The following commit(s) were added to refs/heads/master by this push:
new 109f742 More POMtidy
109f742 is described below
commit 109f7426e755184b84f751340f116057cadabd50
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 13 10:22:41 2020 +0100
More POMtidy
---
nashorn-impl/pom.xml | 20 ++++++++++++++++----
pom.xml | 6 ++++--
rhino-impl/pom.xml | 6 ++++++
3 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index 9f1aa91..48b9ffb 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -24,7 +24,8 @@
</description>
<dependencies>
- <!-- All dependencies except the api and the dependencies or graal (NOT GRAAL itself) are provided and test -->
+ <!-- All dependencies except the api and the dependencies of graal
+ (NOT GRAAL itself) are provided and test -->
<dependency>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
<artifactId>scripting-api</artifactId>
@@ -42,10 +43,15 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-installer</artifactId>
- <scope>test</scope>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-core</artifactId>
+ <scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
@@ -66,6 +72,12 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-installer</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index 552e307..12a5c9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,14 +48,16 @@
<dependencyManagement>
<dependencies>
-<!-- <dependency>
+ <dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
<scope>provided</scope>
- </dependency> -->
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-core</artifactId>
+ <version>${spring.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index ce28378..5b70353 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -45,6 +45,12 @@
<artifactId>spring-extensions</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-installer</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list