You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Nils Breunese (JIRA)" <ji...@apache.org> on 2011/09/07 16:37:10 UTC

[jira] [Created] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
---------------------------------------------------------------------

                 Key: CAMEL-4424
                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
             Project: Camel
          Issue Type: Bug
          Components: camel-saxon
    Affects Versions: 2.8.0, 2.7.0
            Reporter: Nils Breunese


The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:

----
[WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
----

Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102490#comment-13102490 ] 

Claus Ibsen commented on CAMEL-4424:
------------------------------------

See the pom.xml files as they list any additional maven repos.

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>            Priority: Minor
>             Fix For: Future
>
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098996#comment-13098996 ] 

Jonathan Anstey commented on CAMEL-4424:
----------------------------------------

It is here http://svn.apache.org/repos/asf/servicemix/m2-repo/net/sf/saxon/saxon-sql/9.1.0.8/saxon-sql-9.1.0.8.jar and the current trunk pom uses this repo in http://svn.apache.org/repos/asf/camel/trunk/components/camel-saxon/pom.xml

Try adding this repo to your pom.xml and see if you still get the error.

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Nils Breunese (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099001#comment-13099001 ] 

Nils Breunese commented on CAMEL-4424:
--------------------------------------

Adding that repository fixes the dependency problem (I already found and locally installed the jar myself), but I still think this is an issue.

http://maven.apache.org/guides/mini/guide-central-repository-upload.html says: "Only releases can be uploaded to the central repository, that means files that won't change and that only depend on other files already released and available in the repository."

https://docs.sonatype.org/display/Repository/Central+Sync+Requirements says: "In ideal conditions, all your dependencies should be already in central and central repository is self-contained. Otherwise people's build might break because of missing dependencies. If some of your dependencies are not in central, please upload them using our 3rd-party artifacts bundle upload service."

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Nils Breunese (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102487#comment-13102487 ] 

Nils Breunese commented on CAMEL-4424:
--------------------------------------

Is there any documentation on what Maven repositories are required to resolve the dependencies for Camel? I have used only Maven Central so far, but that proved to not be enough.

http://camel.apache.org/download.html mentions the Camel release repository at https://repository.apache.org/content/repositories/releases/ but that repository also doesn't seem to contain the saxon-sql-9.1.0.8 jar.

Should I proxy http://svn.apache.org/repos/asf/servicemix/m2-repo in our Nexus instance? Jonathan Anstey mentions 'about 10 additional repos'. Should I add all of those to satisfy all Camel dependencies I might run into? If so, where do I find a list of these repositories?

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>            Priority: Minor
>             Fix For: Future
>
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099017#comment-13099017 ] 

Jonathan Anstey commented on CAMEL-4424:
----------------------------------------

Yeah, having everything 100% at central would be best for sure. Right now though we have about 10 additional repos defined in Camel for 3rd party libs. Not sure how much effort it would be to track down and upload those extra dependencies to central. In some cases too it is much easier to depend on an extra repo rather that manually uploading to central every time a 3rd party lib has a release.

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Claus Ibsen (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4424.
--------------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: Future)
                   2.9.0
         Assignee: Claus Ibsen
    
> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.9.0
>
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Nils Breunese (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102054#comment-13102054 ] 

Nils Breunese commented on CAMEL-4424:
--------------------------------------

I understand it's not easy to sort this all out, but uploading Camel artifacts to Maven Central that can't be used without configuring additional Maven repositories is pretty annoying for users.

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-4424) Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-4424:
-------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: Future
       Issue Type: Wish  (was: Bug)

> Missing saxon-sql 9.1.0.8 dependency for camel-saxon in Maven Central
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4424
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-saxon
>    Affects Versions: 2.7.0, 2.8.0
>            Reporter: Nils Breunese
>            Priority: Minor
>             Fix For: Future
>
>
> The camel-saxon jar has a dependency on net.sf.saxon:saxon-sql:9.1.0.8. When using Maven Central and depending on camel-saxon this doesn't work, since Maven Central does not provide this version of this jar:
> ----
> [WARNING] The POM for net.sf.saxon:saxon-sql:jar:9.1.0.8 is missing, no dependency information available
> ----
> Looking at http://search.maven.org/#browse%7C1332070261 I indeed only find versions 7.9.1 and 8.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira