[java-sp-server] branch main updated: Missing files.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 1 18:15:30 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-sp-server.
View the commit online:
http://git.shibboleth.net/view/?p=java-sp-server.git;a=commit;h=40d07e8bb0eceb2904f6215368679e276c986b47
The following commit(s) were added to refs/heads/main by this push:
new 40d07e8 Missing files.
40d07e8 is described below
commit 40d07e8bb0eceb2904f6215368679e276c986b47
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:15:27 2022 -0400
Missing files.
---
pom.xml | 16 +---------------
sp-server-api/.gitattributes | 1 +
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8314965..2fbca85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<properties>
<opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
- <spring-extensions.version>7.0.0-SNAPSHOT</spring-extensions.version>
+ <spring-extensions.version>9.0.0-SNAPSHOT</spring-extensions.version>
<java-support.version>9.0.0-SNAPSHOT</java-support.version>
<spring-int.version>5.5.11</spring-int.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
@@ -118,20 +118,6 @@
<scope>compile</scope>
</dependency>
<!-- Test Dependencies -->
- <dependency>
- <groupId>net.shibboleth.ext</groupId>
- <artifactId>spring-extensions</artifactId>
- <version>${spring-extensions.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>.net.shibboleth.utilities</groupId>
- <artifactId>java-support</artifactId>
- <version>${java-support.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
</dependencies>
</dependencyManagement>
diff --git a/sp-server-api/.gitattributes b/sp-server-api/.gitattributes
new file mode 100644
index 0000000..ac1fa96
--- /dev/null
+++ b/sp-server-api/.gitattributes
@@ -0,0 +1 @@
+*.ddf -text
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list