diff options
| author | doufenghu <[email protected]> | 2023-11-23 22:11:13 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-23 22:11:13 +0800 |
| commit | eb9d4f272442ff90f8390ff7b4ec4c8e57553801 (patch) | |
| tree | e3bd144903921fbc1a0f2325f5e4490e36760cd6 /pom.xml | |
| parent | a11067089e43221e6369106fab8fa1a68e2d23b8 (diff) | |
[fix][utils] 部分工具类调整到core模块
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 40 |
1 files changed, 22 insertions, 18 deletions
@@ -17,6 +17,7 @@ <module>groot-bootstrap</module> <module>groot-tests</module> <module>groot-release</module> + <module>groot-shade</module> </modules> <properties> @@ -32,7 +33,7 @@ <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version> <spotless.version>2.29.0</spotless.version> <skip.spotless>true</skip.spotless> - + <grootstream.shade.package>com.geedgenetworks.groot.shade</grootstream.shade.package> <slf4j.version>1.7.25</slf4j.version> <log4j2.version>2.17.1</log4j2.version> <log4j2-disruptor.version>3.4.4</log4j2-disruptor.version> @@ -369,6 +370,24 @@ </dependency> <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-client</artifactId> + <version>${hbase.version}</version> + <scope>provided</scope> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> + + </exclusions> + </dependency> + + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> @@ -624,24 +643,9 @@ <name>Team Nexus Repository</name> <url>http://192.168.40.153: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> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <id>maven-ali</id> - <url>http://maven.aliyun.com/nexus/content/groups/public/</url> + <id>cloudera</id> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> </repositories> |
