diff options
author | Michael Lando <ml636r@att.com> | 2018-09-23 17:32:12 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-09-25 20:27:33 +0000 |
commit | 4225214bf638bf6bdde552ebcbb89cb56872b625 (patch) | |
tree | fcadc16ed10948c0170fc12409788bfb78e945ca /catalog-be/src/test/resources/config/configuration1.yaml | |
parent | d8aff2c1ea27aa6d0d942b203702f4388e211ac4 (diff) |
fix licensing issues
remove unused files
update the licensing file to aligne with LF format
fix csars
Change-Id: Ic511ed6ef53dd49f4af1ecef0522a852a7349f7a
Issue-ID: SDC-1785
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/test/resources/config/configuration1.yaml')
-rw-r--r-- | catalog-be/src/test/resources/config/configuration1.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/catalog-be/src/test/resources/config/configuration1.yaml b/catalog-be/src/test/resources/config/configuration1.yaml deleted file mode 100644 index 12ab2c777f..0000000000 --- a/catalog-be/src/test/resources/config/configuration1.yaml +++ /dev/null @@ -1,17 +0,0 @@ -version: 1.0 -released: 2012-11-30 - -# Connection parameters -connection: - url: jdbc:mysql://localhost:3306/db - poolSize: 5 - -# Protocols -protocols: - - http - - https - -# Users -users: - tom: passwd - bob: passwd
\ No newline at end of file |