Bug #52758 Maven pom referes to different versions of ndbjtie
Submitted: 12 Apr 2010 8:41 Modified: 5 May 2010 16:26
Reporter: Jørgen Austvik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster/J Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.1 OS:Any
Assigned to: Craig Russell CPU Architecture:Any

[12 Apr 2010 8:41] Jørgen Austvik
Description:
The poms in clusterj referes to different versions of ndbjtie.ndbjtie

How to repeat:
[ja155679@khepri02:clusterj] ggrep -C 1 -r "ndbjtie" * | grep pom.xml
clusterj-openjpa/pom.xml-    <dependency>
clusterj-openjpa/pom.xml:      <groupId>ndbjtie</groupId>
clusterj-openjpa/pom.xml:      <artifactId>ndbjtie</artifactId>
clusterj-openjpa/pom.xml-      <version>0.3</version>
clusterj-tie/pom.xml-    <dependency>
clusterj-tie/pom.xml:      <groupId>ndbjtie</groupId>
clusterj-tie/pom.xml:      <artifactId>ndbjtie</artifactId>
clusterj-tie/pom.xml-      <version>7.1.4</version> 

Suggested fix:
<dependencyManagement> in the top-most pm.xml file to get consistent versions and no version tag no other place would probably be the way to fix it
[26 Apr 2010 22:29] Craig Russell
This has been fixed in revision 255. The dependency on ndbjtie should only be for clusterj-tie not any other project.
[5 May 2010 16:26] Craig Russell
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html