Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » Where to find the Spring dependencies?
Where to find the Spring dependencies? [message #1239134] Mon, 03 February 2014 12:51 Go to next message
Mickael Marrache is currently offline Mickael MarracheFriend
Messages: 7
Registered: February 2014
Junior Member
Hi,

I post this question on this forum since the Spring DM project moved to Eclipse.

In the documentation, it's indicated:

Quote:

In addition, the Spring Framework provides a number of bundles that are required to be installed as dependencies. As of release 2.5 of the Spring Framework, the Spring jars included in the Spring distribution are valid OSGi bundles and can be installed directly into an OSGi platform. The minimum required set of bundles is:
org.springframework.aop.jar (bundle symbolic name org.springframework.aop)
org.springframework.asm.jar (bundle symbolic name org.springframework.asm)
org.springframework.beans.jar (bundle symbolic name org.springframework.beans)
org.springframework.core.jar (bundle symbolic name org.springframework.core)
org.springframework.context.jar (bundle symbolic name org.springframework.context)
org.springframework.expression.jar (bundle symbolic name org.springframework.expression)


I didn't find these bundles in the Maven Central repository.

Where are these bundles stored?

Thanks,
Mickael
Re: Where to find the Spring dependencies? [message #1239144 is a reply to message #1239134] Mon, 03 February 2014 13:29 Go to previous messageGo to next message
Sebastian Lorenz is currently offline Sebastian LorenzFriend
Messages: 42
Registered: November 2010
Member
http://mvnrepository.com/artifact/org.springframework

Take the latest 3.1.x releases. All newer releases are non-OSGi.
Re: Where to find the Spring dependencies? [message #1239471 is a reply to message #1239144] Tue, 04 February 2014 09:21 Go to previous messageGo to next message
Florian Waibel is currently offline Florian WaibelFriend
Messages: 166
Registered: June 2010
Senior Member
The SpringSource Enterprise Bundle Repository contains the 3.2.x stream.
Re: Where to find the Spring dependencies? [message #1251656 is a reply to message #1239134] Thu, 20 February 2014 13:03 Go to previous message
Henno Vermeulen is currently offline Henno VermeulenFriend
Messages: 126
Registered: July 2009
Senior Member
I manually downloaded the 3.2.5 versions from here http://ebr.springsource.com/repository/app/ and added to our own maven repository manager. Somehow the repository http://ebr.springsource.com/repository/app/ only has older versions.

It seems that recently (February 14) OSGi-ified versions of Spring 4.0.1 are also published in Maven central under org.apache.servicemix.bundles, but I haven't tried these yet.
Previous Topic:DBAccess for MySQL Installation Failed
Next Topic:[Gemini JPA] Storing entities with referenced entities leads to doubled entries
Goto Forum:
  


Current Time: Thu Apr 25 19:20:51 GMT 2024

Powered by FUDForum. Page generated in 0.03708 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top