Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bz916799 #264

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions arquillian/RESTEASY-736-jetty/pom.xml
Expand Up @@ -94,6 +94,11 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions arquillian/RESTEASY-752-jetty/pom.xml
Expand Up @@ -99,6 +99,11 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions arquillian/RESTEASY-760-jetty/pom.xml
Expand Up @@ -94,6 +94,11 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions arquillian/RESTEASY-767-jetty/pom.xml
Expand Up @@ -93,6 +93,11 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions arquillian/RESTEASY-800-AS71/pom.xml
Expand Up @@ -134,5 +134,10 @@
<artifactId>resteasy-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions examples/async-job-service/pom.xml
Expand Up @@ -30,6 +30,12 @@
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
<version>1.1.1</version>
</dependency>
</dependencies>

<!-- this distributionManagement is only here for RESTEasy automated testing of examples build. You can remove if you are copying this
Expand Down
6 changes: 5 additions & 1 deletion examples/digital-signatures/no-dns/pom.xml
Expand Up @@ -30,7 +30,11 @@
<artifactId>resteasy-crypto</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 5 additions & 1 deletion examples/digital-signatures/use-dns/pom.xml
Expand Up @@ -36,7 +36,11 @@
<version>2.2.0.GA</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions examples/oauth-examples/oauth/pom.xml
Expand Up @@ -78,6 +78,13 @@
<version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
<version>1.1.1</version>
</dependency>

</dependencies>

<!-- this distributionManagement is only here for RESTEasy automated testing of examples build. You can remove if you are copying this
Expand Down
6 changes: 6 additions & 0 deletions examples/oreilly-workbook/ex09_1/pom.xml
Expand Up @@ -33,6 +33,12 @@
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
<version>1.1.1</version>
</dependency>
</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions examples/oreilly-workbook/ex09_2/pom.xml
Expand Up @@ -33,6 +33,13 @@
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
<version>1.1.1</version>
</dependency>

</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions examples/oreilly-workbook/ex10_1/pom.xml
Expand Up @@ -33,6 +33,13 @@
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
<version>1.1.1</version>
</dependency>

</dependencies>

<build>
Expand Down
6 changes: 5 additions & 1 deletion examples/smime/pom.xml
Expand Up @@ -35,7 +35,11 @@
<artifactId>resteasy-crypto</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -195,6 +195,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions providers/jackson/pom.xml
Expand Up @@ -70,6 +70,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions providers/jaxb/pom.xml
Expand Up @@ -47,6 +47,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down
5 changes: 5 additions & 0 deletions providers/jettison/pom.xml
Expand Up @@ -56,6 +56,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down
5 changes: 5 additions & 0 deletions providers/multipart/pom.xml
Expand Up @@ -47,6 +47,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>tjws</groupId>
Expand Down
5 changes: 5 additions & 0 deletions providers/resteasy-atom/pom.xml
Expand Up @@ -43,6 +43,11 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>tjws</groupId>
Expand Down
5 changes: 5 additions & 0 deletions providers/resteasy-hibernatevalidator-provider/pom.xml
Expand Up @@ -55,6 +55,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
</project>
5 changes: 5 additions & 0 deletions providers/test-jackson-jaxb-coexistence/pom.xml
Expand Up @@ -47,6 +47,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>tjws</groupId>
Expand Down
5 changes: 5 additions & 0 deletions providers/yaml/pom.xml
Expand Up @@ -52,6 +52,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>tjws</groupId>
Expand Down
5 changes: 5 additions & 0 deletions resteasy-guice/pom.xml
Expand Up @@ -40,6 +40,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>tjws</groupId>
Expand Down
4 changes: 3 additions & 1 deletion resteasy-jaxrs-war/pom.xml
Expand Up @@ -49,6 +49,8 @@
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<optional>true</optional>
<scope>provided</scope>
<version>3.1</version>
</dependency>

<dependency>
Expand All @@ -60,4 +62,4 @@

</dependencies>

</project>
</project>
5 changes: 5 additions & 0 deletions resteasy-links/pom.xml
Expand Up @@ -62,6 +62,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions security/resteasy-crypto/pom.xml
Expand Up @@ -67,6 +67,11 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions server-adapters/resteasy-jdk-http/pom.xml
Expand Up @@ -23,6 +23,11 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions server-adapters/resteasy-netty/pom.xml
Expand Up @@ -28,6 +28,11 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions war-tests/application-test/pom.xml
Expand Up @@ -38,6 +38,11 @@
<artifactId>resteasy-jaxb-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions war-tests/context-test/pom.xml
Expand Up @@ -29,6 +29,11 @@
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 5 additions & 1 deletion war-tests/encoding-test/pom.xml
Expand Up @@ -25,7 +25,11 @@
<artifactId>resteasy-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions war-tests/filter-test/pom.xml
Expand Up @@ -31,6 +31,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down