Saw this in the log:
java.lang.NoClassDefFoundError:
    org/onap/policy/models/decisions/concepts/DecisionRequest
Added decisions jar to the (hopefully correct) pom.
Issue-ID: POLICY-2558
Change-Id: I5a2796b3eda6b3b39b2844cd112f5a18acfa0cf8
Signed-off-by: Jim Hahn <jrh3@att.com>
             <version>${policy.models.version}</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+          <groupId>org.onap.policy.models</groupId>
+          <artifactId>policy-models-decisions</artifactId>
+          <version>${policy.models.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>