Skip to content

Commit

Permalink
Removed test scope only for: (#6)
Browse files Browse the repository at this point in the history
* Removed test scope only for:
jersey-hk2
jackson-jaxrs-json-provider

* xenon 1.3.3

* uncommented plugins
  • Loading branch information
dkovacevic authored Aug 31, 2021
1 parent ad80769 commit f4cce71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wire</groupId>
<artifactId>helium</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<name>Helium</name>
<description>User mode for Wire Bots</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.wire</groupId>
<artifactId>xenon</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand All @@ -94,7 +94,6 @@
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -136,7 +135,6 @@
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.12.3</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit f4cce71

Please sign in to comment.