Skip to content

Commit

Permalink
modify artifactId and groupId (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjinhou authored Mar 4, 2024
1 parent c8775c4 commit 6352567
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hadoop-cloud-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ under the License.
<version>3.21.8</version>
<exclusions>
<exclusion>
<artifactId>org.apache.logging.log4j</artifactId>
<groupId>log4j-core</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<artifactId>org.apache.logging.log4j</artifactId>
<groupId>log4j-api</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<artifactId>stax</artifactId>
<groupId>stax-api</groupId>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 6352567

Please sign in to comment.