summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author戚岱杰 <[email protected]>2021-04-23 09:26:46 +0000
committer戚岱杰 <[email protected]>2021-04-23 09:26:46 +0000
commit5821c981bb93f23fe922241a1a32380ccfed2c2e (patch)
tree30080b4f0100beaf0e2811190ba14f59a6d22cd1
parentb445717f81bc51c2c096e5c76dcb1cd94e392552 (diff)
Delete dependency-reduced-pom.xml
-rw-r--r--FlumeDynamicInterceptor/dependency-reduced-pom.xml156
1 files changed, 0 insertions, 156 deletions
diff --git a/FlumeDynamicInterceptor/dependency-reduced-pom.xml b/FlumeDynamicInterceptor/dependency-reduced-pom.xml
deleted file mode 100644
index 1410d46..0000000
--- a/FlumeDynamicInterceptor/dependency-reduced-pom.xml
+++ /dev/null
@@ -1,156 +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">
- <parent>
- <artifactId>dynamic_complement</artifactId>
- <groupId>com.zdjizhi</groupId>
- <version>v3.21.01.18</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>FlumeDynamicInterceptor</artifactId>
- <build>
- <resources>
- <resource>
- <directory>properties</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <version>2.4.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <transformers>
- <transformer />
- <transformer>
- <mainClass>com.zdjizhi.flume.interceptor.FlumeDynamicApp</mainClass>
- </transformer>
- <transformer>
- <resource>META-INF/spring.handlers</resource>
- </transformer>
- <transformer>
- <resource>META-INF/spring.schemas</resource>
- </transformer>
- </transformers>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <createDependencyReducedPom>true</createDependencyReducedPom>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
- <executions>
- <execution>
- <goals>
- <goal>exec</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <executable>java</executable>
- <includeProjectDependencies>true</includeProjectDependencies>
- <includePluginDependencies>false</includePluginDependencies>
- <classpathScope>compile</classpathScope>
- <mainClass>com.zdjizhi.flume.interceptor.FlumeDynamicApp</mainClass>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </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>
- <repository>
- <id>ebi</id>
- <name>www.ebi.ac.uk</name>
- <url>http://www.ebi.ac.uk/intact/maven/nexus/content/groups/public/</url>
- </repository>
- <repository>
- <releases />
- <snapshots>
- <updatePolicy>always</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- <id>maven-ali</id>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>org.apache.flume</groupId>
- <artifactId>flume-ng-core</artifactId>
- <version>1.9.0</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <artifactId>flume-ng-sdk</artifactId>
- <groupId>org.apache.flume</groupId>
- </exclusion>
- <exclusion>
- <artifactId>flume-ng-configuration</artifactId>
- <groupId>org.apache.flume</groupId>
- </exclusion>
- <exclusion>
- <artifactId>flume-ng-auth</artifactId>
- <groupId>org.apache.flume</groupId>
- </exclusion>
- <exclusion>
- <artifactId>avro-ipc</artifactId>
- <groupId>org.apache.avro</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jetty-jmx</artifactId>
- <groupId>org.eclipse.jetty</groupId>
- </exclusion>
- <exclusion>
- <artifactId>libthrift</artifactId>
- <groupId>org.apache.thrift</groupId>
- </exclusion>
- <exclusion>
- <artifactId>mina-core</artifactId>
- <groupId>org.apache.mina</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <artifactId>hamcrest-core</artifactId>
- <groupId>org.hamcrest</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <properties>
- <hbase.version>2.2.1</hbase.version>
- <flume.version>1.9.0</flume.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-</project>
-