You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/02 15:37:18 UTC

[shardingsphere-elasticjob] branch master updated: Remove empty elasticjob-error-handler-sms (#1539)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new bb206d8  Remove empty elasticjob-error-handler-sms (#1539)
bb206d8 is described below

commit bb206d8cf5468cb1fc023755be7abebc561ada4a
Author: Liang Zhang <te...@163.com>
AuthorDate: Fri Oct 2 23:34:49 2020 +0800

    Remove empty elasticjob-error-handler-sms (#1539)
---
 .../elasticjob-error-handler-sms/pom.xml           | 37 ----------------------
 .../elasticjob-error-handler-type/pom.xml          |  1 -
 2 files changed, 38 deletions(-)

diff --git a/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-sms/pom.xml b/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-sms/pom.xml
deleted file mode 100644
index 2733ce2..0000000
--- a/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-sms/pom.xml
+++ /dev/null
@@ -1,37 +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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.shardingsphere.elasticjob</groupId>
-        <artifactId>elasticjob-error-handler-type</artifactId>
-        <version>3.0.0-beta-SNAPSHOT</version>
-    </parent>
-    <artifactId>elasticjob-error-handler-sms</artifactId>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere.elasticjob</groupId>
-            <artifactId>elasticjob-error-handler-spi</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml b/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml
index f61884d..42b7c4f 100644
--- a/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml
+++ b/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml
@@ -31,7 +31,6 @@
     <modules>
         <module>elasticjob-error-handler-general</module>
         <module>elasticjob-error-handler-email</module>
-        <module>elasticjob-error-handler-sms</module>
         <module>elasticjob-error-handler-wechat</module>
         <module>elasticjob-error-handler-dingtalk</module>
     </modules>