You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Marica Tan <ma...@gmail.com> on 2011/01/07 08:32:19 UTC

Re: svn commit: r1049444 - in /continuum/trunk: continuum-buildagent/continuum-buildagent-api/src/main/java/org/apache/continuum/buildagent/ continuum-buildagent/continuum-buildagent-core/src/main/java/org/apache/continuum/buildagent/ continuum-core/

Sorry I missed that.

Thanks
--
Marica

On Fri, Jan 7, 2011 at 3:04 PM, Brett Porter <br...@apache.org> wrote:

>
> On 15/12/2010, at 6:18 PM, ctan@apache.org 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
> brett@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter
>
>
>
>
>