Hello guys,
I'm trying to update my Birt API from 4.2.1a to 4.2.2.
So, in my POM file, I have set :
I get this error when making a clean eclipse :
I have looked a bit in the POM file of the previous version and I saw that you entered the wrong groupId for flute: "milyn" instead of "org.milyn".
Can you fix it please ?
Thanks per advance and good evening...
I'm trying to update my Birt API from 4.2.1a to 4.2.2.
So, in my POM file, I have set :
<dependency> <groupId>org.eclipse.birt.runtime</groupId> <artifactId>org.eclipse.birt.runtime</artifactId> <version>4.2.2</version> </dependency>
I get this error when making a clean eclipse :
[WARNING] The POM for milyn:flute:jar:1.3 is missing, no dependency information available
I have looked a bit in the POM file of the previous version and I saw that you entered the wrong groupId for flute: "milyn" instead of "org.milyn".
Can you fix it please ?
Thanks per advance and good evening...