Skip to content

Commit

Permalink
Add new codegen modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jul 31, 2023
1 parent 1a3893d commit 5b1f3df
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,40 +57,48 @@
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<artifactId>vertx-codegen-processor</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<classifier>processor</classifier>
<artifactId>vertx-codegen-processor</artifactId>
<type>jar</type>
<classifier>tck</classifier>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<artifactId>vertx-codegen-processor</artifactId>
<type>jar</type>
<classifier>sources</classifier>
<classifier>tck-sources</classifier>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<type>jar</type>
<classifier>tck</classifier>
<artifactId>vertx-codegen-processor</artifactId>
<type>test-jar</type>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-json</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-protobuf</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<type>test-jar</type>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<type>jar</type>
<classifier>tck-sources</classifier>
<classifier>processor</classifier>
<version>${stack.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 5b1f3df

Please sign in to comment.