Navigation Menu

Skip to content

Commit

Permalink
[RESTEASY-1960] added logging annotations dependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls authored and asoldano committed Jul 30, 2018
1 parent 18dd54c commit b168985
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 0 additions & 4 deletions resteasy-client-jetty/pom.xml
Expand Up @@ -44,10 +44,6 @@
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down
13 changes: 12 additions & 1 deletion testsuite/integration-tests/pom.xml
Expand Up @@ -281,6 +281,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.jms</groupId>
<artifactId>jboss-jms-api_2.0_spec</artifactId>
Expand Down Expand Up @@ -375,7 +381,12 @@
<version>${version.resteasy.testsuite}</version>
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b168985

Please sign in to comment.