Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt 4.5.0 in maven repository
Birt 4.5.0 in maven repository [message #1709175] Thu, 24 September 2015 15:36 Go to next message
Carlos Andres Garcia Garcia is currently offline Carlos Andres Garcia GarciaFriend
Messages: 3
Registered: September 2015
Junior Member
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 21:13 Go to previous message
Teran Briggs is currently offline Teran BriggsFriend
Messages: 2
Registered: September 2018
Junior Member
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: Tue Apr 23 17:21:55 GMT 2024

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

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

Back to the top