summaryrefslogtreecommitdiff
path: root/dos-detection/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dos-detection/pom.xml')
-rw-r--r--dos-detection/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/dos-detection/pom.xml b/dos-detection/pom.xml
deleted file mode 100644
index 4cf6291..0000000
--- a/dos-detection/pom.xml
+++ /dev/null
@@ -1,28 +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">
- <parent>
- <artifactId>flink-stream-schedule-platform</artifactId>
- <groupId>com.zdjizhi</groupId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>dos-detection</artifactId>
-
- <dependencies>
- <dependency>
- <groupId>com.zdjizhi</groupId>
- <artifactId>platform-base</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>com.zdjizhi</groupId>
- <artifactId>platform-etl</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
-</project> \ No newline at end of file