Skip to content

Commit

Permalink
Adding jq-extras to main runtime module
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Oct 2, 2024
1 parent 407d903 commit b80868b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 30 deletions.
5 changes: 0 additions & 5 deletions deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<artifactId>quarkus-jackson-jq</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.jackson-jq</groupId>
<artifactId>quarkus-jackson-jq-extra</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-internal</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<artifactId>quarkus-jackson-jq</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.jackson-jq</groupId>
<artifactId>quarkus-jackson-jq-extra</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<modules>
<module>deployment</module>
<module>runtime</module>
<module>runtime-extra</module>
</modules>
<scm>
<connection>scm:git:[email protected]:quarkiverse/quarkus-jackson-jq.git</connection>
Expand Down
19 changes: 0 additions & 19 deletions runtime-extra/pom.xml

This file was deleted.

6 changes: 6 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<type>jar</type>
<version>${jackson-jq.version}</version>
</dependency>
<dependency>
<groupId>net.thisptr</groupId>
<artifactId>jackson-jq-extra</artifactId>
<type>jar</type>
<version>${jackson-jq.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b80868b

Please sign in to comment.