summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml64
1 files changed, 23 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index 2fff176..dc8725c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
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>log-stream-completion-schema</artifactId>
- <version>v3.21.03.25-eal4</version>
+ <version>v3.21.04.23-appId</version>
<packaging>jar</packaging>
<name>log-stream-completion-schema</name>
@@ -18,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>
<build>
@@ -41,6 +28,10 @@
<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>
@@ -76,7 +67,7 @@
<goals>
<goal>strip-jar</goal>
</goals>
- <phase>package</phase>
+ <phase>install</phase>
</execution>
</executions>
</plugin>
@@ -137,7 +128,7 @@
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
<version>${storm.version}</version>
- <scope>provided</scope>
+ <!--<scope>provided</scope>-->
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
@@ -232,21 +223,21 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.hbase/hbase-server -->
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-server</artifactId>
- <version>${hbase.version}</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.apache.hbase</groupId>-->
+ <!--<artifactId>hbase-server</artifactId>-->
+ <!--<version>${hbase.version}</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>-->
<!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common -->
<dependency>
@@ -336,14 +327,5 @@
<version>5.5.2</version>
</dependency>
- <!--&lt;!&ndash; https://mvnrepository.com/artifact/io.github.zlika/reproducible-build-maven-plugin &ndash;&gt;-->
- <!--<dependency>-->
- <!--<groupId>io.github.zlika</groupId>-->
- <!--<artifactId>reproducible-build-maven-plugin</artifactId>-->
- <!--<version>0.12</version>-->
- <!--</dependency>-->
-
-
-
</dependencies>
</project>