[java-shib-profile] 02/02: Remove unimplemented module files.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 25 17:25:05 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=6cb15ad1b0c328dcc2d6924d1e68124b7f47cb6c
commit 6cb15ad1b0c328dcc2d6924d1e68124b7f47cb6c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 25 13:25:00 2023 -0400
Remove unimplemented module files.
---
shib-saml-profile-impl/.checkstyle | 15 ------
shib-saml-profile-impl/pom.xml | 101 -------------------------------------
2 files changed, 116 deletions(-)
diff --git a/shib-saml-profile-impl/.checkstyle b/shib-saml-profile-impl/.checkstyle
deleted file mode 100644
index 150185a..0000000
--- a/shib-saml-profile-impl/.checkstyle
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
-
- <local-check-config name="Shibboleth Checkstyle" location="/java-shib-attribute/resources/checkstyle/checkstyle.xml" type="project" description="">
- <additional-data name="cache-file" value="true"/>
- <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
- <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
- </local-check-config>
-
- <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
- <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
- </fileset>
-
-</fileset-config>
diff --git a/shib-saml-profile-impl/pom.xml b/shib-saml-profile-impl/pom.xml
deleted file mode 100644
index 0596b0e..0000000
--- a/shib-saml-profile-impl/pom.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>net.shibboleth</groupId>
- <artifactId>shib-profile-parent</artifactId>
- <version>5.0.1-SNAPSHOT</version>
- </parent>
-
- <name>Shibboleth Profile :: SAML Profile Implementation</name>
- <description>SAML Profile Implementation</description>
- <artifactId>shib-saml-profile-impl</artifactId>
- <packaging>jar</packaging>
-
- <properties>
- <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.saml.profile.impl</automatic.module.name>
- </properties>
-
- <dependencies>
- <!-- Compile Dependencies -->
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>shib-profile-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core-api</artifactId>
- </dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- </dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-profile-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${shib-shared.groupId}</groupId>
- <artifactId>shib-service</artifactId>
- </dependency>
- <dependency>
- <groupId>${shib-shared.groupId}</groupId>
- <artifactId>shib-support</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </dependency>
-
- <!-- Provided Dependencies -->
-
- <!-- Runtime Dependencies -->
-
- <!-- Test Dependencies -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>shib-profile-impl</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-api</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- Needed for XMLObject providers. -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-impl</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-testing</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- Needed for XMLObject providers. -->
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-impl</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>net.shibboleth</groupId>
- <artifactId>shib-testing</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
-</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list