Patched

Stephen Duncan wrote:
> [[[
> Added abdera-parser as a dependency for the examples module.
> 
> * examples/pom.xml: Added abdera-parser as a dependency.
> ]]]
> 
> 
> ------------------------------------------------------------------------
> 
> Index: java/trunk/examples/pom.xml
> ===================================================================
> --- java/trunk/examples/pom.xml       (revision 416967)
> +++ java/trunk/examples/pom.xml       (working copy)
> @@ -25,6 +25,12 @@
>        <artifactId>abdera-core</artifactId>
>        <version>0.1.0-incubating-SNAPSHOT</version>
>        <scope>compile</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.apache.abdera</groupId>
> +      <artifactId>abdera-parser</artifactId>
> +      <version>0.1.0-incubating-SNAPSHOT</version>
> +      <scope>compile</scope>
>      </dependency>    
>      <dependency>
>        <groupId>commons-httpclient</groupId>

Reply via email to