[java-idp-testbed] branch main updated: Class name adjustments, and remove a test-jar dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 29 18:32:48 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=05b9e396b2587a9958d75567ca253b7b31636f5a
The following commit(s) were added to refs/heads/main by this push:
new 05b9e39 Class name adjustments, and remove a test-jar dependency.
05b9e39 is described below
commit 05b9e396b2587a9958d75567ca253b7b31636f5a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 29 14:32:46 2022 -0400
Class name adjustments, and remove a test-jar dependency.
---
pom.xml | 7 -------
src/main/java/sp/CASController.java | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index e074855..a06cd72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,13 +74,6 @@
<version>${opensaml.version}</version>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
- <type>test-jar</type>
- </dependency>
-
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
diff --git a/src/main/java/sp/CASController.java b/src/main/java/sp/CASController.java
index 0461377..e0c8324 100644
--- a/src/main/java/sp/CASController.java
+++ b/src/main/java/sp/CASController.java
@@ -34,8 +34,8 @@ import org.springframework.web.bind.annotation.RequestMethod;
import net.shibboleth.idp.cas.protocol.ProtocolParam;
import net.shibboleth.shared.collection.Pair;
-import net.shibboleth.shared.net.HttpServletSupport;
import net.shibboleth.shared.net.URLBuilder;
+import net.shibboleth.shared.servlet.HttpServletSupport;
@Controller
@RequestMapping("/CAS")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list