diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2018-03-21 14:17:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 14:17:52 +0000 |
commit | 4c448e99a3d0dbf0b3220aa27188b741aefb6656 (patch) | |
tree | 9707cfa138047307285a5f61628e9c645a93edb2 /pom.xml | |
parent | e5663b17a6cc195e0a0a2828ed3aef39f0965029 (diff) | |
parent | 153c829cfc5608b8b6a2d9312eb270540f5f2d9f (diff) |
Merge "Modify third party proxy to test the SUBMIT"
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> |