Skip to content

Commit

Permalink
code optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuT committed Nov 23, 2023
1 parent ea06f2c commit 49a2343
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
18 changes: 0 additions & 18 deletions hugegraph-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,6 @@
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache-connector</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
Expand Down
7 changes: 0 additions & 7 deletions hugegraph-hubble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@

<dependencyManagement>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey</groupId>-->
<!-- <artifactId>jersey-bom</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- <type>pom</type>-->
<!-- <scope>import</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
Expand Down
31 changes: 0 additions & 31 deletions hugegraph-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<spark.scope>provided</spark.scope>
<!-- <hugegraph.client.version>1.2.0</hugegraph.client.version>-->
<jackson.version>2.12.3</jackson.version>
<!-- <jersey.version>3.0.3</jersey.version>-->
<!-- <jersey.container.servlet.core.version>2.34</jersey.container.servlet.core.version>-->
<log4j.version>2.18.0</log4j.version>
<slf4j.api.version>1.7.25</slf4j.api.version>
<scala.minor.version>2.12.11</scala.minor.version>
Expand Down Expand Up @@ -94,35 +92,6 @@
<version>${revision}</version>
</dependency>

<!-- jersey version override -->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.core</groupId>-->
<!-- <artifactId>jersey-client</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.core</groupId>-->
<!-- <artifactId>jersey-common</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.inject</groupId>-->
<!-- <artifactId>jersey-hk2</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.core</groupId>-->
<!-- <artifactId>jersey-server</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.containers</groupId>-->
<!-- <artifactId>jersey-container-servlet-core</artifactId>-->
<!-- <version>${jersey.container.servlet.core.version}</version>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->

<!-- jackson version override -->
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<hbase.version>2.2.3</hbase.version>
<hadoop.version>3.3.1</hadoop.version>
<zookeeper.version>3.6.2</zookeeper.version>
<!-- <jersey.version>3.0.3</jersey.version>-->
<junit.version>4.12</junit.version>
<mockito.version>2.8.47</mockito.version>
<lombok.version>1.18.8</lombok.version>
Expand All @@ -152,13 +151,6 @@
<!-- submodules will not inherit the dependencies unless they address it -->
<dependencyManagement>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey</groupId>-->
<!-- <artifactId>jersey-bom</artifactId>-->
<!-- <version>${jersey.version}</version>-->
<!-- <type>pom</type>-->
<!-- <scope>import</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
Expand Down

0 comments on commit 49a2343

Please sign in to comment.