Skip to content

Commit

Permalink
JAX-RS 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Jun 1, 2014
1 parent 039420e commit 7afd46a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0-m10</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -32,13 +32,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>2.7.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>2.7.11</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/de/taimos/restutils/TestAssert.java
Expand Up @@ -20,9 +20,9 @@

/**
* @author thoeger
*
*
*/
@SuppressWarnings({"javadoc"})
@SuppressWarnings({"javadoc", "null"})
public class TestAssert {

@Test()
Expand Down

0 comments on commit 7afd46a

Please sign in to comment.