Skip to content

Commit

Permalink
remove extension-ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Jul 19, 2023
1 parent 39d04b4 commit d066658
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@Slf4j
public class DingNotifier extends AbstractHttpNotifier {

private final static String ALL = "all";
private static final String ALL = "all";

@Override
public String platform() {
Expand Down
6 changes: 0 additions & 6 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.dromara.dynamictp</groupId>
<artifactId>dynamic-tp-extension-ttl</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.dromara.dynamictp</groupId>
<artifactId>dynamic-tp-spring-boot-starter-common</artifactId>
Expand Down
21 changes: 0 additions & 21 deletions extension/extension-ttl/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<module>extension-notify-email</module>
<module>extension-opentelemetry</module>
<module>extension-notify-yunzhijia</module>
<module>extension-ttl</module>
</modules>

<dependencies>
Expand Down

0 comments on commit d066658

Please sign in to comment.