summaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/ves-response.json
blob: 5292b177351202658cce59be128a5c85f782e2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "self": {
    "name": "ves.coll.response",
    "version": "1.0.0",
    "description": "VES collector response"
  },
 "dataformatversion": "1.0.0",
   "unstructured": {
        "encoding": "UTF-8"
    }

}
0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>openecomp-facade-api</name> <artifactId>openecomp-facade-api</artifactId> <parent> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-facade-lib</artifactId> <version>1.13.0-SNAPSHOT</version> </parent> <dependencies> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-utilities-lib</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-common-lib</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>