summaryrefslogtreecommitdiffstats
path: root/catalog-fe
AgeCommit message (Expand)AuthorFilesLines
2018-11-07Error displayed on deleting VF/VFCTal Gitelman2-33/+7
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-02Access workflow from SDC in Portal1.3.2priyanshu2-1/+2
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-11-01upgrading jettyTal Gitelman2-4/+2
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-10-21update jetty dockerTal Gitelman1-1/+1
2018-10-17fix issue that the user id is not assigned.Michael Lando1-1/+1
2018-10-17Portal integrationKotta, Shireesha (sk434m)1-1/+1
2018-10-12update sdc portal integrationTal Gitelman4-6/+90
2018-10-10Plugin load by the UIIdan Amit3-48/+102
2018-09-25fix security vilation CVE-2015-3253Tal Gitelman1-2/+1
2018-09-24Fix Copyright info in sdc Take 1seshukm2-0/+35
2018-09-05Configuration adjustmentsAreli, Fuss (af732p)1-2/+2
2018-08-26json/yaml validation for modelsdekstroza1-0/+29
2018-08-20fix issue in ui loadMichael Lando2-1/+4
2018-08-19Remove workflow plugin from context mode in SDCpriyanshu1-4/+0
2018-08-15maven improvements and clean upMichael Lando2-10/+15
2018-08-06Updating the Jetty versionTal Gitelman6-61/+27
2018-08-05add removed unit testsMichael Lando2-0/+64
2018-08-05update fe configurationMichael Lando1-1/+1
2018-07-31fix yaml alignment issue.Michael Lando1-9/+8
2018-07-31SDC-WF API Integration via Proxypriyanshu2-11/+70
2018-07-29re base codeMichael Lando25-281/+248
2018-07-15Upgraded servlet-api version to 3.0.1vempo2-417/+495
2018-07-10
<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>

    <groupId>org.openecomp.sdc.onboarding</groupId>
    <artifactId>notifications-fe</artifactId>
    <name>notification-war</name>
    <packaging>war</packaging>

    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>openecomp-sdc</artifactId>
        <relativePath>../../..</relativePath>
        <version>1.7.0-SNAPSHOT</version>
    </parent>

    <properties>
        <jetty.version>9.4.18.v20190429</jetty.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-notification-websocket</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>${javax.servlet.version}</version>
            <scope>provided</scope>
        </dependency>
        <!-- JSON -->
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-jaxrs</artifactId>
            <version>${org.codehaus.jackson.version}</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-core-asl</artifactId>
            <version>${org.codehaus.jackson.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.inject</groupId>
            <artifactId>javax.inject</artifactId>
            <version>1</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlets</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <!-- START required for websocket -->
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-util</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <!-- END required for websocket -->
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
            <version>1.0.0.GA</version>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <version>${hibernate.validator.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.ws.rs</groupId>
            <artifactId>javax.ws.rs-api</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy</artifactId>
            <version>${groovy.version}</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>${logback.version}</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <version>${logback.version}</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.janino</groupId>
            <artifactId>janino</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring.framework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${spring.framework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${spring.framework.
11-574/+344
2018-02-25update template filesYuli Shlosberg1-1/+1
2018-02-21OOM Alignment BE,FE,KBNYuli Shlosberg33-26/+1350
2018-02-13Plugin pubsub implementationIdan Amit1-0/+7
2018-02-08Support DCAE in new plugins integrationIdan Amit1-1/+1
2018-02-01Align configuration for new designIdan Amit3-41/+15
2018-01-31Change designer to plugin in codeIdan Amit8-215/+215
> </plugins> </build> </project>