diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-23 13:50:31 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-24 10:04:31 +0100 |
commit | ef2ff6bae65870a4fccc25373c0cfae881e14a81 (patch) | |
tree | 2329de6759a3f74237b8a64dcbe63d7114f532ef /main/pom.xml | |
parent | 55e6bdc93d05f1c9673a4ecbe133207722216eb0 (diff) |
Fix sonar and checkstyle issues in distribution
* Fixing all check style issues.
* Fixing all sonar issues.
* Adding maven check style plugin to fail at warning level.
Change-Id: I791b8feef39a3a0c3e1e250efea7b6e78208bf07
Issue-ID: POLICY-1035
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/main/pom.xml b/main/pom.xml index e027e44c..2b00e323 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -44,23 +44,13 @@ </dependency> <dependency> <groupId>org.onap.policy.common</groupId> - <artifactId>utils</artifactId> - <version>1.3.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.onap.policy.common</groupId> - <artifactId>common-parameters</artifactId> - <version>1.3.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.onap.policy.common</groupId> <artifactId>capabilities</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>${policy.common.version}</version> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>${policy.common.version}</version> </dependency> <dependency> <groupId>commons-cli</groupId> |