aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/websocketmanager2/feature
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Roll to next snapshotDan Timoney1-2/+2
2020-07-29update websocketmanagerMichael Dürre1-11/+0
2020-03-06Roll master to GuilinDan Timoney1-2/+2
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney1-1/+1
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)1-21/+23
2020-01-31update websocketmanagerMichael Dürre1-1/+1
2020-01-30Roll to next snapshotDan Timoney1-2/+2
2020-01-23Use released parent pomDan Timoney1-1/+1
2019-12-16Refactoring multiple pluginsSingal, Kapil (ks220y)1-34/+34
2019-12-16update old versionherbert1-35/+34
2019-12-13Refactoring POM as per tidy:pomSingal, Kapil (ks220y)1-35/+35
2019-12-02Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)1-1/+1
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)1-1/+1
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)1-2/+2
2019-08-28Roll versionsTimoney, Dan (dt5972)1-2/+2
2019-08-15Update to NeonTimoney, Dan (dt5972)1-9/+3
2019-08-09Application name changes in meta jsonsai-neetha1-1/+1
2019-08-09fixed mediator appMichael Dürre1-1/+1
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)1-2/+2
2019-07-17Update parent version to 1.3.1Timoney, Dan (dt5972)1-1/+1
2019-05-02Fix versionsTimoney, Dan (dt5972)1-1/+1
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)1-1/+1
2019-04-24Update to use released 1.2.2 parent0.4.2Timoney, Dan (dt5972)1-4/+3
2019-03-29SDN-R ws notificationsHerbert Eiselt1-2/+3
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)1-2/+2
2019-03-14Prepare for release 0.4.1Timoney, Dan (dt5972)1-4/+3
2019-01-29Add sdnr wt websocketmanager2Herbert Eiselt1-0/+72
/artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>validation-rest-services</artifactId> <version>${project.version}</version> </dependency> <!--dependency> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>application-config-rest-services</artifactId> <version>${project.version}</version> </dependency--> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>application-config-rest-services</artifactId> <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest-services</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${javax.servlet.version}</version> </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.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlets</artifactId> <version>9.0.6.v20130930</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-application-config-manager</artifactId> <version>1.0-SNAPSHOT</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.codehaus.janino</groupId> <artifactId>commons-compiler</artifactId> <version>3.0.6</version> <scope>compile</scope> </dependency--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.1.3.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.1.3.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>4.1.3.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>4.1.3.RELEASE</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.8.9</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.9</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> <version>1.8.9</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>test/core/unittest/offline/**</include> </includes> <skipTests>true</skipTests> <systemProperties> <property> <name>buildNumber</name> <value>${buildNumber}</value> </property> </systemProperties> </configuration> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <version>2.1.1</version> <configuration> <attachClasses>true</attachClasses> <webResources> <resource> <!-- this is relative to the pom.xml directory --> <directory>${basedir}/target/generated/swagger-ui</directory> </resource> </webResources> </configuration> </plugin> <plugin> <groupId>com.github.kongchen</groupId> <artifactId>swagger-maven-plugin</artifactId> <version>3.1.0</version> <configuration> <apiSources> <apiSource> <springmvc>false</springmvc> <locations>org.openecomp.sdcrests</locations> <schemes>http</schemes> <basePath>/onboarding-api</basePath> <info> <title>Rest API</title> <version>v1.0, build #${buildNumber}</version> <description>Rest API Documentation</description> <termsOfService> http://www.github.com/kongchen/swagger-maven-plugin </termsOfService> </info> <templatePath>${basedir}/templates/strapdown.html.hbs</templatePath> <outputPath>${basedir}/target/generated/api.html</outputPath> <swaggerDirectory>${basedir}/target/generated/swagger-ui </swaggerDirectory> </apiSource> </apiSources> </configuration> <executions> <execution> <phase>compile</phase> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> </plugins> <!--finalName>onboarding-api</finalName--> </build> </project>