diff options
| author | qidaijie <[email protected]> | 2021-05-11 17:12:44 +0800 |
|---|---|---|
| committer | qidaijie <[email protected]> | 2021-05-11 17:12:44 +0800 |
| commit | 0c20098e33ed1117a2143b39a7716ca47157ea67 (patch) | |
| tree | de35b7987cce65eb6b8d0d1f8bea61c8cec05663 /pom.xml | |
| parent | 928581d8600d03d6af11ea19a7bfc1bb0aa9d4ec (diff) | |
1:取消app_id对准功能,直接使用app_label进行拼接。
2:取消协议层反转,正序进行计算。
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 44 |
1 files changed, 7 insertions, 37 deletions
@@ -2,16 +2,14 @@ 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> - <groupId>cn.ac.iie</groupId> + <groupId>com.zdjizhi</groupId> <artifactId>storm-olap-aggregation</artifactId> - <version>v3.21.03.16-eal4</version> + <version>v3.21.04.28-history-live</version> <packaging>jar</packaging> - <name>storm-olap-aggregation</name> <url>http://maven.apache.org</url> - <repositories> <repository> @@ -20,19 +18,6 @@ <url>http://192.168.40.125:8099/content/groups/public</url> </repository> - <repository> - <id>maven-ali</id> - <url>http://maven.aliyun.com/nexus/content/groups/public/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - </repository> - </repositories> @@ -43,9 +28,12 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.4.2</version> + <configuration> + <createDependencyReducedPom>false</createDependencyReducedPom> + </configuration> <executions> <execution> - <phase>package</phase> + <phase>install</phase> <goals> <goal>shade</goal> </goals> @@ -78,7 +66,7 @@ <goals> <goal>strip-jar</goal> </goals> - <phase>package</phase> + <phase>install</phase> </execution> </executions> </plugin> @@ -191,24 +179,6 @@ </exclusions> </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper --> - <dependency> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - <version>3.4.9</version> - <exclusions> - <exclusion> - <artifactId>slf4j-log4j12</artifactId> - <groupId>org.slf4j</groupId> - </exclusion> - <exclusion> - <artifactId>log4j-over-slf4j</artifactId> - <groupId>org.slf4j</groupId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> |
