Commit a42e8ca4 authored by Administrator's avatar Administrator

Scope adjustment of some test libraries

The libraries jersey-test-framework-provider-grizzly2 and commons-dbcp
are only used in the test, but they had the default scope. Now, they are
test scoped.
parent 7d4b0096
......@@ -66,12 +66,14 @@
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>${commons.dbcp.version}</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment