Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Comment thread
busbey marked this conversation as resolved.
</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>
Comment thread
busbey marked this conversation as resolved.
Outdated
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
</relocation>

</relocations>
Expand Down