summaryrefslogtreecommitdiffstats
path: root/INFO.yaml
AgeCommit message (Expand)AuthorFilesLines
2022-05-12[GENERAL] Add Andreas Geissler as committerJack Lucas1-0/+9
2022-03-23[GENERAL] Add Fiachra and Dan as CommittersSylvain Desbureaux1-0/+18
2022-01-26[COMMITTER] Add Jack Lucas as committerSylvain Desbureaux1-0/+9
2020-06-22[GENERIC] Committers cleaningSylvain Desbureaux1-45/+10
2020-02-18Fix yamllint error in info fileAric Gardner1-5/+3
2020-02-14Add new committer to INFO.yamlSylvain Desbureaux1-1/+6
2019-07-11Add new committer to INFO.yamlMike Elliott1-0/+5
2019-04-24Add new committers to INFO.yamlMike Elliott1-0/+15
2019-03-14Update INFO.yaml fileJessica Wagantall1-30/+40
2018-11-21Updated OOM Committer IdMike Elliott1-1/+1
2018-11-20Update OOM Committer listMike Elliott1-35/+5
2018-11-06Make INFO.yaml correctionsJessica Wagantall1-5/+5
2018-07-26Updated PTL assignmentMike Elliott1-5/+5
2018-03-18Add INFO.yaml fileJessica Wagantall1-0/+87
dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .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>
    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>openecomp-conflict-lib</artifactId>
        <version>1.2.0-SNAPSHOT</version>
        <relativePath>..</relativePath>
    </parent>

    <artifactId>openecomp-conflict-core</artifactId>
    <dependencies>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-conflict-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-zusammen-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-vendor-license-core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>