Hi,
I try to explain what happen better:
I had no problems for months,
my pom looked like this:
<dependencies>
<dependency>
</dependency>
.....
</dependencies>
but suddenly, without any change in it, I had an error: eclipse told me that
my pom was wrong,... so I changed it to:(only to fix this mistake)
<dependencyManagement>
<dependencies>
<dependency>
</dependency>
.....
</dependencies>
</dependencyManagement>
with this modification the pom was ok, but maven wasn't able to find every
package, and if I removed the added tag, the pom didn't work and maven
didn't either.
And then, after doing the same thing for many times ( I removed
<dependencyManagement> tag, eclipse showed me an error telling that the pom
wasn't ok, so I put it again and maven can't find the packages) finally and
I don't know why it worked again (I don't know why because I tried the same
many times and nothing happened), my current pom looks like the first one,
and the first one was the one that suddenly fails.
I hope you can understand me: I had to change my pom ( that worked fine
until friday) only just because suddenly eclipse showed me an error on the
pom.
thanks, noemi.
--
View this message in context:
http://old.nabble.com/package-org.springframework.osgi.service.importer-does-not-exist-tp27143992p28233093.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]