Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
guszylk committed Mar 13, 2024
1 parent 27d2895 commit 17ebf1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
17 changes: 12 additions & 5 deletions nifi-protobuffer-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@

<dependencies>

<dependency>
<groupId>lab.zylk.bigdata.zts</groupId>
<artifactId>zts-metadata</artifactId>
</dependency>

<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
Expand Down Expand Up @@ -98,6 +93,18 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<hbase.version>2.0.2</hbase.version>
<zts.version>(0.0,1.0)</zts.version>
<commons-pool2.version>2.9.0</commons-pool2.version>
<jersey.version>2.29.1</jersey.version>
<jackson.version>2.10.1</jackson.version>
<swagger.version>2.1.0</swagger.version>
<swagger.jersey2.version>1.6.0</swagger.jersey2.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<hadoop.version>3.1.0</hadoop.version>
</properties>
Expand Down

0 comments on commit 17ebf1b

Please sign in to comment.