summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/index.html
blob: d4fab4dcb220dad1ae409d940483a2ccd28503df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="Content-type" content="text/html"/>
    <link rel="SHORTCUT ICON" href="images/icons/favicon.png"/>
    <title>Service Design &amp; Creation</title>
</head>
<body>
<div id="sdc-app" class="sdc-app"></div>

</body>
</html>
npm
t;/version> <relativePath>..</relativePath> </parent> <dependencies> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-utilities-lib</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-logging-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-logging-core</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-facade-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-activity-log-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-activity-log-core</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> </dependencies> </project>