aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/bootstrap/_mixins.scss
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-23 06:52:47 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-23 06:52:47 +0000
commit3803dbb31b9dfae1940871f10bb71fc88e593242 (patch)
tree311d7fc5bea445c9b972a9eb2beb7bea24cdee9e /openecomp-ui/resources/scss/bootstrap/_mixins.scss
parent6c416937323340a10095cfc2eb70229759fc4b92 (diff)
parente4b4966a5ce4a2ebc7e1b75ab723bd5931e9ebcd (diff)
Merge "add few more tests to BE components"
Diffstat (limited to 'openecomp-ui/resources/scss/bootstrap/_mixins.scss')
0 files changed, 0 insertions, 0 deletions
{ color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.onap.policy.xacml-pdp.applications</groupId>
    <artifactId>applications</artifactId>
    <version>2.4.1</version>
  </parent>

  <artifactId>xacml-native</artifactId>

  <name>${project.artifactId}</name>
  <description>This modules contains the xacml application that evaluates native policies and requests.</description>

  <dependencies>
      <dependency>
          <groupId>org.onap.policy.xacml-pdp.applications</groupId>
          <artifactId>common</artifactId>
          <version>${project.version}</version>
      </dependency>
      <dependency>
          <groupId>org.onap.policy.xacml-pdp</groupId>
          <artifactId>xacml-test</artifactId>
          <version>${project.version}</version>
          <scope>test</scope>
      </dependency>
  </dependencies>

</project>