Skip to content

Commit

Permalink
ORC-1529: Fixed minor typo's in pom.xml
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The PR proposes to fix 2 minor typo's in pom.xml
Verified that no such typo's exist in other pom.xml within the project

### Why are the changes needed?
The changes are need to maintain correctness in the comments.

### How was this patch tested?
No test cases need, change in comments sections only

Closes #1665 from mystic-lama/pom_typo_fix.

Authored-by: mystic-lama <mysticlama000@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
paliwalashish authored and dongjoon-hyun committed Nov 27, 2023
1 parent 22a06b4 commit d9e456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<dependencyManagement>
<dependencies>
<!-- intra-project depedencies -->
<!-- intra-project dependencies -->
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-shims</artifactId>
Expand Down Expand Up @@ -116,7 +116,7 @@
<version>2.0.0-SNAPSHOT</version>
</dependency>

<!-- inter-project depedencies -->
<!-- inter-project dependencies -->
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-shaded</artifactId>
Expand Down

0 comments on commit d9e456c

Please sign in to comment.