You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/09/25 19:15:51 UTC

[jira] Commented: (ABDERA-68) typo in extensions/json/pom.xml

    [ https://issues.apache.org/jira/browse/ABDERA-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530161 ] 

Davanum Srinivas commented on ABDERA-68:
----------------------------------------

hmm, needs a servlet entry too

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
    </dependency>


> typo in extensions/json/pom.xml
> -------------------------------
>
>                 Key: ABDERA-68
>                 URL: https://issues.apache.org/jira/browse/ABDERA-68
>             Project: Abdera
>          Issue Type: Bug
>            Reporter: Davanum Srinivas
>
> C:\APACHE\abdera>svn diff extensions\json
> Index: extensions/json/pom.xml
> ===================================================================
> --- extensions/json/pom.xml     (revision 579315)
> +++ extensions/json/pom.xml     (working copy)
> @@ -59,7 +59,7 @@
>        <version>0.3.0-incubating-SNAPSHOT</version>
>      </dependency>
>      <dependency>
> -      <groupdId>org.apache.abdera</groupdId>
> +      <groupId>org.apache.abdera</groupId>
>        <artifactId>abdera-extensions-main</artifactId>
>        <version>0.3.0-incubating-SNAPSHOT</version>
>      </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.