diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-15 18:21:23 +0000 |
---|---|---|
committer | Tian Lee <TianL@amdocs.com> | 2019-02-19 10:32:27 +0000 |
commit | 4b005ff11a6321d92340228cb10de717880db448 (patch) | |
tree | a556a9ebb7144695df6475130cfed74ebdf74e29 /src/test/resources/data-dictionary/schemaIngest.properties | |
parent | 66372969d78dde14097209808358479635c0e8d0 (diff) |
Various Sonar and Checkstyle issues
Issue-ID: AAI-2057
Change-Id: I3b24ce6e5baddb409e3b1d89f411ee934c465284
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/test/resources/data-dictionary/schemaIngest.properties')
-rw-r--r-- | src/test/resources/data-dictionary/schemaIngest.properties | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/resources/data-dictionary/schemaIngest.properties b/src/test/resources/data-dictionary/schemaIngest.properties index 8df810a..317f478 100644 --- a/src/test/resources/data-dictionary/schemaIngest.properties +++ b/src/test/resources/data-dictionary/schemaIngest.properties @@ -39,10 +39,4 @@ schema.version.edge.label.start=v10 # Specifies the version that the application should default to schema.version.api.default=v9 -schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ -schema.service.nodes.endpoint=nodes?version= -schema.service.edges.endpoint=edgerules?version= -schema.service.versions.endpoint=versions -schema.service.ssl.key-store=src/integration-test/resources/authentication/aai-client-cert.p12 -schema.service.ssl.trust-store=src/integration-test/resources/authentication/tomcat_keystore |