Skip to content

Commit

Permalink
Update elemental2-webassembly to correctly depend on -dom
Browse files Browse the repository at this point in the history
This change makes the pom files correctly reflect the dependencies
declared in https://github.com/google/elemental2/blob/b620018/java/elemental2/webassembly/BUILD#L29

Closes #142

PiperOrigin-RevId: 314856536
  • Loading branch information
niloc132 authored and copybara-github committed Jun 5, 2020
1 parent c458901 commit 1be8301
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven/pom-webassembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@
<artifactId>elemental2-promise</artifactId>
<version>__VERSION__</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
<artifactId>elemental2-dom</artifactId>
<version>__VERSION__</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1be8301

Please sign in to comment.