Skip to content

Commit

Permalink
Merge pull request #20 from Vertispan/pom-cleanup
Browse files Browse the repository at this point in the history
Proposed pom cleanup, with missing api dependency
  • Loading branch information
jDramaix authored Nov 12, 2024
2 parents 4b2d08c + 37acf94 commit bd9e1d1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions maven/pom-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<groupId>__GROUP_ID__</groupId>
<artifactId>__ARTIFACT_ID__</artifactId>
<version>__VERSION__</version>
<packaging>jar</packaging>

<name>JsInterop Base</name>
<description>Base classes and utilities that provide access to JavaScript language constructs
Expand Down Expand Up @@ -42,7 +41,7 @@
<developer>
<name>J2CL team</name>
<organization>Google</organization>
<organizationUrl>http://www.google.com</organizationUrl>
<organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>

Expand All @@ -51,6 +50,11 @@
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>2.0.2</version>
</dependency>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>0.3.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit bd9e1d1

Please sign in to comment.