summaryrefslogtreecommitdiffstats
path: root/feature-session-persistence
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Update SNAPSHOT versionPamela Dragosh1-1/+1
2017-10-09sessioninfo to mediumblobKevin McKiou1-1/+1
2017-09-22Merge "Added @Override method"Pamela Dragosh2-17/+18
2017-09-22Merge "Added diamond symbol on RHS"Pamela Dragosh1-0/+2
2017-09-21Addition of Active-Standby FeatureKevin McKiou1-13/+20
2017-09-21Added @Override methodrama-huawei2-17/+18
2017-09-21Added diamond symbol on RHSrama-huawei1-0/+2
2017-09-15Merge "Addition of State Management Feature"Pamela Dragosh2-7/+1
2017-09-15Fix sonar related to persistence-featurePamela Dragosh1-6/+6
2017-09-14Addition of State Management FeatureMagnusen, Drew (dm741q)2-7/+1
2017-08-24rename scripts and clean up eclipse warningsJorge Hernandez1-2/+0
2017-08-23Add access.log to jetty serverjrh31-0/+44
2017-08-22Add feature-session-persistenceKevin McKiou25-0/+4064
ng.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.onap.ccsdk.parent</groupId>
        <artifactId>odlparent-lite</artifactId>
        <version>2.2.0-SNAPSHOT</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.sdnc.northbound</groupId>
    <artifactId>optical-service</artifactId>
    <version>2.2.0-SNAPSHOT</version>
    <packaging>pom</packaging>

    <name>sdnc-northbound :: optical-service</name>

    <modules>
        <module>model</module>
        <module>features</module>
        <module>provider</module>
        <module>installer</module>
    </modules>
</project>