diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2019-07-09 16:14:17 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2019-07-09 16:14:17 +0000 |
commit | b01df8be03edfbea5e6185d763496bd8cfa833ff (patch) | |
tree | f23ea7558b8767fc432ca31cae0ed9dc7273403b /plans/so/integration-etsi-testing/so-simulators/package/pom.xml | |
parent | 1e0cd76fa5fb5f43d2b404083a0622eaf1e7b9f5 (diff) |
Adding Infrastructure for Simulate Request for SDC
Change-Id: Icf1100f180201735b4862cb0b9762d4a30750817
Issue-ID: SO-1949
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/so-simulators/package/pom.xml')
-rw-r--r-- | plans/so/integration-etsi-testing/so-simulators/package/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/so-simulators/package/pom.xml b/plans/so/integration-etsi-testing/so-simulators/package/pom.xml new file mode 100644 index 00000000..e486ce7e --- /dev/null +++ b/plans/so/integration-etsi-testing/so-simulators/package/pom.xml @@ -0,0 +1,18 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <artifactId>so-simulators</artifactId> + <groupId>org.onap.so.simulators</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>package</artifactId> + <packaging>pom</packaging> + <name>${project.artifactId}</name> + <modules> + <module>docker</module> + </modules> + + +</project> |