You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2005/09/22 22:41:11 UTC

[jira] Created: (MEV-92) pom for Streaming API for XML: jsr173

pom for Streaming API for XML: jsr173 
--------------------------------------

         Key: MEV-92
         URL: http://jira.codehaus.org/browse/MEV-92
     Project: Maven Evangelism
        Type: Bug
  Components: Missing POM  
 Reporter: Vincent Siveton


Due to MEV-55 , Dom4j 1.5 has the following sun proprietary library:
    <dependency>
      <groupId>javax.xml</groupId>
      <artifactId>jsr173</artifactId>
      <version>1.0</version>
    </dependency>

URL:
http://www.jcp.org/aboutJava/communityprocess/first/jsr173/

Here is basic pom.xml for the jsr173 jar file:
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.xml</groupId>
  <artifactId>jsr173</artifactId>
  <name>jsr173</name>
  <version>1.0</version>
  <url>http://www.jcp.org/aboutJava/communityprocess/first/jsr173/</url>
</project>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-92) pom for Streaming API for XML: jsr173

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-92?page=all ]
     
Carlos Sanchez closed MEV-92:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> pom for Streaming API for XML: jsr173 
> --------------------------------------
>
>          Key: MEV-92
>          URL: http://jira.codehaus.org/browse/MEV-92
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Vincent Siveton
>     Assignee: Carlos Sanchez

>
>
> Due to MEV-55 , Dom4j 1.5 has the following sun proprietary library:
>     <dependency>
>       <groupId>javax.xml</groupId>
>       <artifactId>jsr173</artifactId>
>       <version>1.0</version>
>     </dependency>
> URL:
> http://www.jcp.org/aboutJava/communityprocess/first/jsr173/
> Here is basic pom.xml for the jsr173 jar file:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>javax.xml</groupId>
>   <artifactId>jsr173</artifactId>
>   <name>jsr173</name>
>   <version>1.0</version>
>   <url>http://www.jcp.org/aboutJava/communityprocess/first/jsr173/</url>
> </project>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org