Skip to content

Commit

Permalink
update domino-history dependency, fix processor shading
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jan 14, 2024
1 parent 88a6366 commit 8c579c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions domino-rest-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,28 @@
<exclude>com.google.code.findbugs:jsr305</exclude>
<exclude>com.google.j2objc:j2objc-annotations</exclude>
<exclude>com.google.errorprone:error_prone_annotations</exclude>
<exclude>com.fasterxml.jackson.core:*</exclude>
<exclude>jakarta.ws.rs:*</exclude>
</excludes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.apache</pattern>
<shadedPattern>dominorest.shaded.com.apache</shadedPattern>
</relocation>
<relocation>
<pattern>org.checkerframework</pattern>
<shadedPattern>dominorest.shaded.com.checkerframework</shadedPattern>
</relocation>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>dominorest.shaded.com.google</shadedPattern>
</relocation>
<relocation>
<pattern>com.squareup</pattern>
<shadedPattern>dominorest.shaded.com.squareup</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<gwt.version>2.10.0</gwt.version>
<domino.logger.version>1.0.3</domino.logger.version>
<domino.jackson.version>1.0.4</domino.jackson.version>
<domino.history.version>1.0.2</domino.history.version>
<domino.history.version>1.0.3</domino.history.version>
<domino.aggregator.version>1.0.2</domino.aggregator.version>
<jax.rs.version>3.1.0</jax.rs.version>
<jackson.databind.version>2.16.0</jackson.databind.version>
Expand Down

0 comments on commit 8c579c7

Please sign in to comment.