Initial Configuration
Configuration Changes
- Add the following to the dependency management section of your parent - pom.xml:- <dependency> <groupId>com.broadleafcommerce</groupId> <artifactId>broadleaf-rest-api</artifactId> <version>2.1.1-GA</version> </dependency> - Note: You must have previously configured your pom to reference the Broadleaf private repositories. This information will be provided as part of your license agreement. 
- Pull this dependency into your - core/pom.xml:- <dependency> <groupId>com.broadleafcommerce</groupId> <artifactId>broadleaf-rest-api</artifactId> </dependency> 
