This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 358cd971 chore: remove traces of old OIDC handler
358cd971 is described below
commit 358cd971570fd541fd79a2ac59468ca9eb45bf6f
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Nov 14 15:29:23 2024 +0100
chore: remove traces of old OIDC handler
---
oidc-handler/README.md | 5 -----
oidc-handler/pom.xml | 11 -----------
2 files changed, 16 deletions(-)
diff --git a/oidc-handler/README.md b/oidc-handler/README.md
deleted file mode 100644
index c6c4f114..00000000
--- a/oidc-handler/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Apache Sling OpenID Connect Handler
-
-This module is part of the [Apache Sling](https://sling.apache.org) project.
-
-This project is about creating an OpenID Connect Relying Party implementation
for Apache Sling.
\ No newline at end of file
diff --git a/oidc-handler/pom.xml b/oidc-handler/pom.xml
deleted file mode 100644
index 1ea21816..00000000
--- a/oidc-handler/pom.xml
+++ /dev/null
@@ -1,11 +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/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.oidchandler</artifactId>
- <version>1.0-SNAPSHOT</version>
-
-</project>
\ No newline at end of file