summaryrefslogtreecommitdiffstats
path: root/adaptors/features/ccsdk-sql-resource/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2021-12-02Use Silicon SR2 version of parent pomsDan Timoney1-1/+1
2021-10-14Release version 1.3.2 of ccsdk/sliDan Timoney1-1/+1
2021-10-12Update to use Istanbul RC version of parent pomDan Timoney1-1/+1
2021-09-09Release version 1.3.1 of ccsdk/sliDan Timoney1-1/+1
2021-08-31Release initial Istanbul ccsdk/sliDan Timoney1-2/+2
2021-03-09Roll master version for IstanbulDan Timoney1-2/+2
2021-03-09Refactoring pom's name tagSingal, Kapil (ks220y)1-2/+1
2021-02-23Roll to next Honolulu snapshotDan Timoney1-1/+1
2021-02-22Use released version of parent pomsDan Timoney1-1/+1
2021-01-26Revert "Limit use of odlparent poms"Dan Timoney1-3/+4
2020-12-10Limit use of odlparent pomsDan Timoney1-4/+3
2020-12-07Remove references to indivdual repo version propertiesDan Timoney1-5/+2
2020-12-02Add missing pom.xml filesDan Timoney1-1/+1
2020-12-01Migrate sli-adaptor filesJessica Wagantall1-0/+48
t .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { 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 */ }
<?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>
  <artifactId>openecomp-sdc-logging-api</artifactId>
  <name>openecomp-sdc-logging-api</name>

  <parent>
    <groupId>org.openecomp.sdc</groupId>
    <artifactId>openecomp-sdc-logging-lib</artifactId>
    <version>1.8.0-SNAPSHOT</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>javax.ws.rs</groupId>
      <artifactId>javax.ws.rs-api</artifactId>
      <version>${ws.rs.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>${servlet-api.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>${jaxb-api.version}</version>
    </dependency>
  </dependencies>

</project>