Skip to content

Commit

Permalink
try apache#2
Browse files Browse the repository at this point in the history
  • Loading branch information
meszibalu committed Sep 10, 2019
1 parent 4ca760f commit 207ca62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hbase-shaded/hbase-shaded-testing-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hbase-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@

<!-- top level net-->
<relocation>
<pattern>net</pattern>
<shadedPattern>${shaded.prefix}.net</shadedPattern>
<pattern>net.</pattern>
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
</relocation>

</relocations>
Expand Down

0 comments on commit 207ca62

Please sign in to comment.