On 15/12/2010, at 6:18 PM, [email protected] wrote:

> Author: ctan
> Date: Wed Dec 15 07:18:28 2010
> New Revision: 1049444
> 
> URL: http://svn.apache.org/viewvc?rev=1049444&view=rev
> Log:
> [CONTINUUM-2597] ability to retrieve the operating system name of the build 
> agent through web service
> 
> Submitted by: Mark John Kennedy L. Magallanes
> 
> 
> Modified: 
> continuum/trunk/continuum-distributed/continuum-distributed-slave/continuum-distributed-slave-client/pom.xml
> URL: 
> http://svn.apache.org/viewvc/continuum/trunk/continuum-distributed/continuum-distributed-slave/continuum-distributed-slave-client/pom.xml?rev=1049444&r1=1049443&r2=1049444&view=diff
> ==============================================================================
> --- 
> continuum/trunk/continuum-distributed/continuum-distributed-slave/continuum-distributed-slave-client/pom.xml
>  (original)
> +++ 
> continuum/trunk/continuum-distributed/continuum-distributed-slave/continuum-distributed-slave-client/pom.xml
>  Wed Dec 15 07:18:28 2010
> @@ -40,5 +40,38 @@ under the License.
>       <groupId>org.slf4j</groupId>
>       <artifactId>slf4j-api</artifactId>
>     </dependency>
> +    <dependency>
> +      <groupId>org.slf4j</groupId>
> +      <artifactId>slf4j-log4j12</artifactId>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.slf4j</groupId>
> +      <artifactId>jcl-over-slf4j</artifactId>
> +      <scope>compile</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.slf4j</groupId>
> +      <artifactId>slf4j-simple</artifactId>
> +      <scope>compile</scope>
> +    </dependency> 


I don't think any of these should be compile scope - and there are two logging 
implementations listed?

- Brett

--
Brett Porter
[email protected]
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter




Reply via email to