Ok. Thanks for the explanation. There is so much to learn staying in this community!
Marco 2012/8/17 Jody Garnett <[email protected]> > Many of our dependencies are provided "upstream" as transitive > dependencies or something. > > It means that we do not specify the version number ourself; it it defined > by another library we make use of. As an example many geotools modules > download imageio-ext jars (and define what version number they are tested > with). > > So when GeoTools moves to 1.1.4 we can do so as well... > > -- > Jody Garnett > > On Thursday, 16 August 2012 at 8:58 PM, Marco Foi wrote: > > Ok: yous is a good hint! > > Probably I hava another problem: imageio-ext version 1.1.3 has been kept > in version 1.1.3 DESPITE a new GDAL library has been introduced. > This makes Maven dovnolad imageio-ext version 1.1.3 (as in pom-libs.xml) > BUT this brakes dependencies anyway since most of > "imageio-ext-gdalSOMETHING" get downloaded in 1.1.4 version so that > .classpath and build.properties have to be fixed anyway. > > Is what I am saying meaningful or am I crazy? > > Marco > > 2012/8/16 Frank Gasdorf <[email protected]> > > Marco, > > normally you can force maven to load a specified version if you define the > relevant project in the dependencyManagement section : > > <dependencyManagement> > <dependencies> > <dependency> > <groupId>it.geosolutions.imageio-ext</groupId> > <artifactId>imageio-ext-streams</artifactId> > <version>${imageio-ext.version}</version> > </dependency> > </dependencies> > </dependencyManagement> > > Cheers, > Frank > > 2012/8/15 Marco Foi <[email protected]> > > As described in > > http://udig.refractions.net/confluence/display/ADMIN/08+Libs+Jars#08LibsJars-DownloadJarsintoLibs > I am using Maven to download libs for the net.refractions.udi.lib plug-in > > Currently imageio-ext-XXX libs are downloaded in 1.1.4 version > BUT > classpath requires 1.1.3 > (and also sqlite-jdbc-spatialite downloads in a newer version) > > Is there any way to force Maven to download good-old ones? (instead of > fixing 'build.properties') > > Marco > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
