diff options
author | ehautot <eh552t@intl.att.com> | 2018-03-15 17:49:50 +0100 |
---|---|---|
committer | ehautot <eh552t@intl.att.com> | 2018-03-21 14:59:22 +0100 |
commit | 153c829cfc5608b8b6a2d9312eb270540f5f2d9f (patch) | |
tree | 810b864c478093af68a707359a45d7cebf4ef3ff /pom.xml | |
parent | 3dc5f2a4a5c066a57ef0ce346be884b045ae73c9 (diff) |
Modify third party proxy to test the SUBMIT
Change-Id: I86dad99c141ef78b23e28cbb3eab6516d04000a8
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-100
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -506,8 +506,8 @@ <artifactId>sdc-tosca</artifactId> <version>1.2.2</version> </dependency> - - + + </dependencies> <build> @@ -829,7 +829,7 @@ <volumes> <bind> <volume>${project.basedir}/src/test/resources/http-cache/:/usr/src/http-cache-app</volume> - <volume>${project.basedir}/src/test/resources/http-cache/sdc-example/:/usr/src/http-cache-app/data-cache</volume> + <volume>${project.basedir}/src/test/resources/http-cache/example/:/usr/src/http-cache-app/data-cache</volume> </bind> </volumes> <wait> |