Skip to content

Commit

Permalink
Shaded jars do not include jsinterop-annotations, and do not depend o…
Browse files Browse the repository at this point in the history
…n them (#89)

Fix #86
  • Loading branch information
vegegoku authored Oct 24, 2023
1 parent 710aed2 commit c73bc10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jsinterop-ts-defs-doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@
<artifactId>jsinterop-ts-defs-impl</artifactId>
<version>${project.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations -->
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-core</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions jsinterop-ts-defs-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<artifactId>jsinterop-ts-defs-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-core</artifactId>
Expand Down

0 comments on commit c73bc10

Please sign in to comment.