
Originally Posted by
Rossen Stoyanchev
There is a readme in the distribution as well as in the root checkout directory. Please follow the instructions there to get up and running. That said you can download the jars from the Cybersource website. You need the
Simple Order API SDK.
Hi Rossen:
I wound up putting these dependencies in the 'travel' project's pom.xml:
Code:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mapper</artifactId>
<version>1.0.0.SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
<version>1.0.7</version>
</dependency>
and once I did that (after essentially following the other install directions), I was able to build 'travel'.