Skip to content

Commit

Permalink
Fix typo of resteasy version in dubbo-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jan 7, 2018
1 parent 7e59712 commit 22bb9cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dubbo-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,42 +225,42 @@ limitations under the License.
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty4</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>3.0.19-Final</version>
<version>3.0.19.Final</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 22bb9cb

Please sign in to comment.