summaryrefslogtreecommitdiffstats
path: root/adapters/pom.xml
blob: 49f25b8102d626d5f392eefecc19f938dcc963f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.onap.so</groupId>
    <artifactId>so</artifactId>
    <version>1.7.1-SNAPSHOT</version>
  </parent>

  <artifactId>adapters</artifactId>
  <name>MSO Adapters</name>
  <description>Adapters for MSO</description>
  <packaging>pom</packaging>

  <modules>
    <module>mso-adapter-utils</module>
    <module>mso-adapters-rest-interface</module>
    <module>mso-sdnc-adapter</module>
    <module>mso-requests-db-adapter</module>
    <module>mso-catalog-db-adapter</module>
    <module>mso-vfc-adapter</module>
    <module>mso-cnf-adapter</module>
    <module>mso-openstack-adapters</module>
    <module>etsi-sol003-adapter</module>
    <module>mso-nssmf-adapter</module>
    <module>mso-oof-adapter</module>
    <module>so-appc-orchestrator</module>
  </modules>

  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-contract-wiremock</artifactId>
      <version>1.2.4.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>org.onap.so</groupId>
      <artifactId>aai-client</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.ws</groupId>
      <artifactId>jaxws-ri</artifactId>
      <version>2.3.0</version>
      <type>pom</type>
    </dependency>
  </dependencies>
</project>
s="mi">0px; &.collapsed { padding: 0 0; } } .i-sdc-designer-sidebar-section-content-item-artifact { &:not(:hover) .artifact-button { display:none; } .artifact-buttons-container { display: inline-flex; flex-direction: row-reverse; position: absolute; right:0; &.upper-buttons { margin-top: 8px; } .artifact-button { cursor:pointer; padding-right:5px; &.edit-pencil { margin-top: 10px; } } } } .w-sdc-designer-sidebar-section-footer { padding: 20px; display: flex; justify-content: center; } .w-sdc-designer-sidebar-tab-content.artifacts { .i-sdc-designer-sidebar-section-content-item-artifact.hand { cursor: pointer; } .w-sdc-designer-sidebar-section-content { padding: 0; } .w-sdc-designer-sidebar-section-title { &.expanded { margin-bottom: 0; } } .i-sdc-designer-sidebar-section-content-item-artifact-details { display: inline-block; margin-left: 5px; vertical-align: middle; width: 180px; &.heat { line-height: 18px; width: 250px; } } .i-sdc-designer-sidebar-section-content-item-artifact-details-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width:220px; display: inline-block; //text-transform: capitalize; &.enabled { &:hover { color: @sdcui_color_dark-blue; } } } .i-sdc-designer-sidebar-section-content-item-artifact-heat-env { color: @sdcui_color_dark-gray; margin-top: 6px; line-height: 42px; padding-top: 10px; border-top:1px solid #c8cdd1; .enabled { &:hover { cursor: pointer; color: @sdcui_color_dark-blue; } } } .i-sdc-designer-sidebar-section-content-item-artifact-filename { color: @sdcui_color_dark-gray; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 225px; display: inline-block; font-weight: bold; &.enabled { &:hover { color: @sdcui_color_dark-blue; } } } .i-sdc-designer-sidebar-section-content-item-file-link{ border-left: 1px #848586 solid; height: 58px; margin-left: -11px; margin-top: 11px; border-top: 1px #848586 solid; border-bottom: 1px #848586 solid; width: 12px; float: left; } .i-sdc-designer-sidebar-section-content-item-artifact-details-desc { display: none; line-height: 16px; word-wrap: break-word; white-space: normal; } .i-sdc-designer-sidebar-section-content-item-artifact-details-desc-label { color: @sdcui_color_dark-gray; } .i-sdc-designer-sidebar-section-content-item-artifact { border-bottom: 1px solid #c8cdd1; padding: 5px 10px 5px 18px; position: relative; // line-height: 36px; min-height: 61px; //cursor: default; display: flex; align-items: center; .i-sdc-designer-sidebar-section-content-item-button { top: 20px; line-height: 10px; } &:hover { //background-color: @color_c; background-color: white; transition: all .3s; .i-sdc-designer-sidebar-section-content-item-button { display: block; } } } }