Skip to content

Commit

Permalink
bumping hadoop and jettison version
Browse files Browse the repository at this point in the history
  • Loading branch information
poojakuntalcflt committed Nov 7, 2022
1 parent 3dfc2fb commit b0147f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
<licenses.version>5.5.13-SNAPSHOT</licenses.version>
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
<hadoop.version>3.2.3</hadoop.version>
<jettison.version>1.5.1</jettison.version>
</properties>

<repositories>
Expand Down Expand Up @@ -132,6 +134,11 @@
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>${jettison.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand Down

0 comments on commit b0147f6

Please sign in to comment.