summaryrefslogtreecommitdiff
path: root/dependency-reduced-pom.xml
diff options
context:
space:
mode:
authorfengyi <[email protected]>2023-03-10 10:21:29 +0800
committerfengyi <[email protected]>2023-03-10 10:21:29 +0800
commit0c11770d0ca916e7c3b362ac6caa07a5708b2489 (patch)
tree9a701a551d6761ddfa9274666d58da36b4cbb671 /dependency-reduced-pom.xml
parent455f390387e54d0ef97812a834d2db264e3f5f60 (diff)
时间统一更改为窗口结束时间fy
Diffstat (limited to 'dependency-reduced-pom.xml')
-rw-r--r--dependency-reduced-pom.xml100
1 files changed, 0 insertions, 100 deletions
diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
deleted file mode 100644
index 478178b..0000000
--- a/dependency-reduced-pom.xml
+++ /dev/null
@@ -1,100 +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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.galaxy.tsg</groupId>
- <artifactId>flink-top-task</artifactId>
- <version>22-02-22</version>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <useIncrementalCompilation>false</useIncrementalCompilation>
- <compilerArgs>
- <arg>-Xpkginfo:always</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <executions>
- <execution>
- <id>flink-top-task</id>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <finalName>flink-top-task-23-02-22</finalName>
- <filters>
- <filter>
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF</exclude>
- </excludes>
- </filter>
- </filters>
- <transformers>
- <transformer>
- <mainClass>com.galaxy.tsg.Toptask</mainClass>
- </transformer>
- </transformers>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>nexus</id>
- <name>Team Nexus Repository</name>
- <url>http://192.168.40.125:8099/content/groups/public</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-streaming-java_2.12</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-java</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-core</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-json</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-csv</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-clients_2.11</artifactId>
- <version>1.13.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <properties>
- <flink.version>1.13.1</flink.version>
- <hadoop.version>2.7.1</hadoop.version>
- </properties>
-</project>