Skip to content

Commit

Permalink
[INLONG-2464] remove the useless aviator dependency (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang committed Feb 11, 2022
1 parent 755536c commit 84ea3f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion inlong-agent/agent-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>dataproxy-sdk</artifactId>
<version>1.0.0-incubating</version>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions inlong-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<unit.version>4.13</unit.version>
<common.lang.version>2.4</common.lang.version>
<oro.version>2.0.8</oro.version>
<aviator.version>2.2.1</aviator.version>
<avro.version>1.7.2</avro.version>
<pulsar.version>2.6.2</pulsar.version>
<netty.version>3.8.0.Final</netty.version>
Expand Down Expand Up @@ -181,12 +180,6 @@
<artifactId>oro</artifactId>
<version>${oro.version}</version>
</dependency>

<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>${aviator.version}</version>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
Expand Down

0 comments on commit 84ea3f4

Please sign in to comment.