This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 137a45dcf637938188376250d048d261d9d7418a
Author: Benoit TELLIER <[email protected]>
AuthorDate: Thu Jun 27 17:54:02 2024 +0200

    Revert server/mailet/ldap
---
 server/mailet/ldap/pom.xml                         | 44 ----------------------
 .../james/transport/matchers/HasLDAPAttribute.java | 38 -------------------
 2 files changed, 82 deletions(-)

diff --git a/server/mailet/ldap/pom.xml b/server/mailet/ldap/pom.xml
deleted file mode 100644
index 225ba8f993..0000000000
--- a/server/mailet/ldap/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements. See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership. The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License. You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied. See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<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>org.apache.james</groupId>
-        <artifactId>james-server</artifactId>
-        <version>3.9.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-    <artifactId>james-server-mailet-ldap</artifactId>
-    <packaging>jar</packaging>
-
-    <name>Apache James :: Server :: Matcher :: LDAP</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>james-server-data-ldap</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>james-server-mailets</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git 
a/server/mailet/ldap/src/main/java/org/apache/james/transport/matchers/HasLDAPAttribute.java
 
b/server/mailet/ldap/src/main/java/org/apache/james/transport/matchers/HasLDAPAttribute.java
deleted file mode 100644
index 3776a0ce8a..0000000000
--- 
a/server/mailet/ldap/src/main/java/org/apache/james/transport/matchers/HasLDAPAttribute.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
- ****************************************************************/
-
-package org.apache.james.transport.matchers;
-
-import java.util.Collection;
-
-import org.apache.james.core.MailAddress;
-import org.apache.james.user.ldap.LdapRepositoryConfiguration;
-import org.apache.mailet.Mail;
-import org.apache.mailet.base.GenericMatcher;
-
-import jakarta.mail.MessagingException;
-
-public class HasLDAPAttribute extends GenericMatcher {
-    private final LdapRepositoryConfiguration configuration;
-
-    @Override
-    public Collection<MailAddress> match(Mail mail) throws MessagingException {
-        return null;
-    }
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to