Skip to content

Commit

Permalink
RequestFactory parent pom should list rf-server-jakarta entries (gwtp…
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 authored Jan 2, 2024
1 parent 42c1e8a commit cb2456e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions maven/poms/requestfactory/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
<artifactId>requestfactory-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.web.bindery</groupId>
<artifactId>requestfactory-server-jakarta</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.gwtproject.web.bindery</groupId>
<artifactId>requestfactory-server-jakarta</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand Down

0 comments on commit cb2456e

Please sign in to comment.