>
> Of course I could just migrate everything to use Maven (and I tried to
> upgrade my project to use maven) - but I don't like the automatic update of
> external libraries.


You can have maven to stick with one version of a particular library and
not update it. If the library version is updated your library would be
updated too, but that only happens with snapshots. releases versions will
never change, instead another version will be released. That said, i
greatly suggests you to update your project to use Maven, that will solve
all dependencies problems you could have, for now and the future.

Cheers




Alejandro González Rodrigo
*www.nextinit.com* <https://www.nextinit.com/>
*[email protected] <[email protected]>*
*+34  666 57 79 13*


2014-08-12 11:10 GMT+02:00 kusmi <[email protected]>:

> Hi
>
> I recently migrated my blob-data to Java-GCS, the API seems clean and I
> like it.
>
> But installing the "beast" is really a headache... E.g. I'm using Google
> App Engine within Eclipse and expected to just use the GCS as part of the
> standard Google App Engine jars - but to integrate GCS I have to install an
> additional GCS client jar - so long so good, but this library has
> dependencies to approx. 10 other jars...
>
> Of course I could just migrate everything to use Maven (and I tried to
> upgrade my project to use maven) - but I don't like the automatic update of
> external libraries.
>
> I would really like to see a more streamlined GCS-client lib - make it
> easy for developers, not harder ;-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to