holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website

Home Page:http://holodeck-b2b.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency in holodeckb2b-distribution

sopgreg opened this issue · comments

My build of the module holodeckb2b-distribution fails on master branch because of a missing dependency. Where to get this dependency from? Commenting out this dependency seems to work, though.

<dependency>
   <groupId>org.holodeckb2b.extensions</groupId>
   <artifactId>file-backend</artifactId>
   <version>1.0.1</version>
</dependency>

The distribution includes the file based back end integration which is a separate repository under the Holodeck B2B account. If you want to build Holodeck B2B yourself instead of using the binaries, you will have to compile and install this module in your local Maven repo (unless you don't plan on using the file based back end of course).