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
http://holodeck-b2b.org
GNU General Public License v3.0
68 stars 36 forks source link

Missing dependency in holodeckb2b-distribution #122

Closed sopgreg closed 2 years ago

sopgreg commented 2 years ago

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>
RenateS commented 2 years ago

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).