Skip to main content



      Home
Home » Archived » BIRT » Birt 4.5.0 in maven repository
Birt 4.5.0 in maven repository [message #1709175] Thu, 24 September 2015 11:36 Go to next message
Eclipse UserFriend
I am looking for the version 4.5.0 , but this is not in maven repository yet . any other idea to get this version. I did my report with Birt Designer 4.5.0 but when I try to run the report in the last version available in maven repository 4.4.0, the report does not run. The other alternative is download the version 4.5.0 from oss.sonatype.org/content/repositories but when i get the version there are problems with the library osgi.
Re: Birt 4.5.0 in maven repository [message #1794854 is a reply to message #1709175] Fri, 07 September 2018 17:13 Go to previous message
Eclipse UserFriend
I had an issue with an OSGI error in the POM.xml, I was able to fix it by adding an exclusion. So the dependency now looks like this:
		
<dependency>
     <groupId>org.eclipse.birt.runtime</groupId>
     <artifactId>org.eclipse.birt.runtime</artifactId>
     <version>4.5.0</version>
     <exclusions>
          <exclusion>
               <groupId>org.eclipse.birt.runtime</groupId>
               <artifactId>org.eclipse.osgi</artifactId>
           </exclusion>
      </exclusions>
</dependency>
Previous Topic:Java 8 BIRT Issues
Next Topic:Raport don't work
Goto Forum:
  


Current Time: Wed Mar 26 07:34:51 EDT 2025

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

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

Back to the top