[java-idp-plugin-scripting] branch main updated: Missed change of parent project

Rod Widdowson rdw at steadingsoftware.com
Sun Oct 4 12:35:21 UTC 2020


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

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=63c93949b8bbc9e0d30f9e4bfa31e27a357423df

The following commit(s) were added to refs/heads/main by this push:
       new  63c9394   Missed change of parent project
63c9394 is described below

commit 63c93949b8bbc9e0d30f9e4bfa31e27a357423df
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Oct 4 13:27:45 2020 +0100

    Missed change of parent project
---
 .../java/net/shibboleth/idp/plugin/scripting/rhino/RhinoPlugin.java    | 3 ---
 scripting-api/pom.xml                                                  | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoPlugin.java b/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoPlugin.java
index 5e303c7..9801bf8 100644
--- a/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoPlugin.java
+++ b/rhino-impl/src/main/java/net/shibboleth/idp/plugin/scripting/rhino/RhinoPlugin.java
@@ -19,8 +19,6 @@ package net.shibboleth.idp.plugin.scripting.rhino;
 
 import java.io.IOException;
 import java.net.URL;
-import java.nio.file.Path;
-import java.util.Collections;
 import java.util.List;
 
 import javax.annotation.Nonnull;
@@ -31,7 +29,6 @@ import org.slf4j.LoggerFactory;
 import net.shibboleth.idp.plugin.AbstractIdPPlugin;
 import net.shibboleth.idp.plugin.PluginVersion;
 import net.shibboleth.idp.plugin.scripting.Version;
-import net.shibboleth.utilities.java.support.collection.Pair;
 
 /**
  * Details about the Rhino scripting plugin.
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index b05372d..be3cc30 100644
--- a/scripting-api/pom.xml
+++ b/scripting-api/pom.xml
@@ -6,7 +6,7 @@
 
     <parent>
         <groupId>net.shibboleth.idp.plugin.scripting</groupId>
-        <artifactId>scripting</artifactId>
+        <artifactId>idp-plugin-scripting</artifactId>
         <version>0.1.4-SNAPSHOT</version>
     </parent>
     

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


More information about the commits mailing list