You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Bryan Noll (JIRA)" <ji...@apache.org> on 2006/08/24 08:49:37 UTC

[jira] Created: (OPENJPA-32) Unnecessary dependencies in poms

Unnecessary dependencies in poms
--------------------------------

                 Key: OPENJPA-32
                 URL: http://issues.apache.org/jira/browse/OPENJPA-32
             Project: OpenJPA
          Issue Type: Bug
         Environment: Windows XP
            Reporter: Bryan Noll


This dependency currently exists in the /openjpa-lib/ module and is not needed.

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
            <scope>compile</scope>
        </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (OPENJPA-32) Unnecessary dependencies in poms

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENJPA-32?page=all ]

Patrick Linskey resolved OPENJPA-32.
------------------------------------

    Resolution: Fixed

Resolved in svn revision 434330.

> Unnecessary dependencies in poms
> --------------------------------
>
>                 Key: OPENJPA-32
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-32
>             Project: OpenJPA
>          Issue Type: Bug
>         Environment: Windows XP
>            Reporter: Bryan Noll
>
> This dependency currently exists in the /openjpa-lib/ module and is not needed.
>         <dependency>
>             <groupId>javax.servlet</groupId>
>             <artifactId>servlet-api</artifactId>
>             <version>2.5</version>
>             <scope>compile</scope>
>         </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OPENJPA-32) Unnecessary dependencies in poms

Posted by "Bryan Noll (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENJPA-32?page=comments#action_12430259 ] 
            
Bryan Noll commented on OPENJPA-32:
-----------------------------------

After creating this JIRA, I noticed the following in the assembly configurations under openjpa-project:

<!-- only required for persistence server -->
<exclude>javax.servlet:servlet-api</exclude>

Maybe it is needed for something I don't know about?

> Unnecessary dependencies in poms
> --------------------------------
>
>                 Key: OPENJPA-32
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-32
>             Project: OpenJPA
>          Issue Type: Bug
>         Environment: Windows XP
>            Reporter: Bryan Noll
>
> This dependency currently exists in the /openjpa-lib/ module and is not needed.
>         <dependency>
>             <groupId>javax.servlet</groupId>
>             <artifactId>servlet-api</artifactId>
>             <version>2.5</version>
>             <scope>compile</scope>
>         </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira