diff options
author | JohnKeeney <John.Keeney@est.tech> | 2019-07-09 12:32:41 +0000 |
---|---|---|
committer | JohnKeeney <John.Keeney@est.tech> | 2019-07-09 12:32:41 +0000 |
commit | 396d5e544a29c89d49662a8aa42819b99e8826f0 (patch) | |
tree | 3f175187da8ea290fcab97ead777bd8bcb057a2e /models-interactions/model-impl/rest/pom.xml | |
parent | 9d4d28c05d214e906731f4bf536e1428df6925b6 (diff) |
Removed all mention of www.example.org from tests
Replaced those tests with test using a local/temp webserver to exercise
the RestManager
Updated with Jim/Pam's suggestions.
Updated following SONAR changed to policy/common
Change-Id: Ia2551fbcafd2cd30d74a881237b003216e8caec7
Issue-ID: POLICY-1665
Signed-off-by: JohnKeeney <John.Keeney@est.tech>
Diffstat (limited to 'models-interactions/model-impl/rest/pom.xml')
-rw-r--r-- | models-interactions/model-impl/rest/pom.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/models-interactions/model-impl/rest/pom.xml b/models-interactions/model-impl/rest/pom.xml index a37c7accf..ca15b0bf2 100644 --- a/models-interactions/model-impl/rest/pom.xml +++ b/models-interactions/model-impl/rest/pom.xml @@ -33,11 +33,6 @@ <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <scope>provided</scope> @@ -47,6 +42,17 @@ <artifactId>httpclient</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>policy-endpoints</artifactId> + <version>${policy.common.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |