You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by ant elder <an...@gmail.com> on 2011/01/14 10:36:41 UTC

Re: svn commit: r1058897 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Its required because the commons-logging.properties file inside
tuscany-otests-sca-j-caa-tests specifies log4j.

   ...ant

On Fri, Jan 14, 2011 at 8:51 AM,  <sl...@apache.org> wrote:
> Author: slaws
> Date: Fri Jan 14 08:51:37 2011
> New Revision: 1058897
>
> URL: http://svn.apache.org/viewvc?rev=1058897&view=rev
> Log:
> JCAA still seems to be loading a logging configuration from somewhere that requires Log4J. I can't find it so to get the build going I'll add the dependency.
>
> Modified:
>    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
>
> Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
> URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1058897&r1=1058896&r2=1058897&view=diff
> ==============================================================================
> --- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
> +++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Fri Jan 14 08:51:37 2011
> @@ -65,6 +65,13 @@
>             <scope>test</scope>
>         </dependency>
>
> +        <dependency>
> +            <groupId>log4j</groupId>
> +            <artifactId>log4j</artifactId>
> +            <version>1.2.16</version>
> +            <scope>test</scope>
> +        </dependency>
> +
>     </dependencies>
>
>
>
>
>