aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-03put back logic to create VNFC edgesSmokowski, Steven12-180/+186
2020-11-03us mso workaround to skip shared vip portsSmokowski, Steven2-33/+76
2020-11-03Merge "verify port profile exists for multicast flag"Steve Smokowski1-0/+40
2020-11-03Merge "Remove 504 error for retries"Steve Smokowski1-1/+0
2020-11-03Merge "Use correct DSL query on property name"Steve Smokowski1-3/+1
2020-11-03Added to handle inventory failure errors in bpmn.Boslet, Cory10-128/+148
2020-11-03Fix issue of parameter processing for DoAllocateNSIandNSSI(RAN)Enbo Wang1-26/+21
2020-11-02Merge "Revert "Fixed the lock times and populated error variable""Byung-Woo Jun5-10/+20
2020-11-02Revert "Fixed the lock times and populated error variable"Seshu Kumar M5-10/+20
2020-11-02Merge "Update to not create VNFC relationship"Steve Smokowski4-15/+27
2020-11-02Merge "Fixed the lock times and populated error variable"Steve Smokowski5-20/+10
2020-11-02release the nslcm packageseshukm1-0/+9
2020-11-02Enable SO-Monitoring - use HTTPS and certInitializerKrzysztof Gajewski10-27/+93
2020-11-02Merge "ignore dummy file Issue-ID: SO-3080"Seshu Kumar M1-0/+7
2020-11-02Merge "Fix issue of missing deleting NSSI from AAI for ExternalNssmfManager"Chuanyu Chen5-16/+37
2020-11-02update nst selection requestzm3303-5/+6
2020-10-31Fix issue of missing deleting NSSI from AAI for ExternalNssmfManagerEnbo Wang5-16/+37
2020-10-31ignore dummy filearun chapagain1-0/+7
2020-10-30Merge "add request logger annotation"Chuanyu Chen4-60/+283
2020-10-30Merge "modify subnetCapabilityQuery interface and some workflow error"Chuanyu Chen7-33/+81
2020-10-29Fixes for bugs found in Transport Slicing integrationhyu20104-93/+180
2020-10-29add request logger annotationhetengjiao4-60/+283
2020-10-29modify subnetCapabilityQuery interface and some workflow errorhetengjiao7-33/+81
2020-10-28update the SO 1.7.7 release packageMD IRSHAD SHEIKH1-0/+33
2020-10-28Merge "Fix issue of writing NSSI to AAI for ExternalNssmfManager"Chuanyu Chen6-1/+26
2020-10-27Merge "Revert "PNF service instantiation using building blocks fails""1.7.7Lukasz Muszkieta5-356/+291
2020-10-27Revert "PNF service instantiation using building blocks fails"Steve Smokowski5-356/+291
2020-10-27Adding configuration to evict expire and Idlewaqas.ikram2-4/+15
2020-10-26Fix issue of writing NSSI to AAI for ExternalNssmfManagerEnbo Wang6-1/+26
2020-10-26fixed type of subnetCapabilityQuery to Objecthetengjiao4-5/+5
2020-10-25Merge "bump the SO version"Chuanyu Chen1-1/+1
2020-10-23Use correct DSL query on property nameSmokowski, Steven1-3/+1
2020-10-24bump the SO versionseshukm1-1/+1
2020-10-23Merge "PNF service instantiation using building blocks fails"Steve Smokowski5-291/+356
2020-10-23Merge "pnf service instantiation fix - IndexOutOfBoundsException"Steve Smokowski2-1/+7
2020-10-22verify port profile exists for multicast flagMnushkin, Dmitry1-0/+40
2020-10-22Fixed the lock times and populated error variableBoslet, Cory5-20/+10
2020-10-22Update to not create VNFC relationshipSmokowski, Steven4-15/+27
2020-10-22pnf service instantiation fix - IndexOutOfBoundsExceptionLukasz Muszkieta2-1/+7
2020-10-22Merge "Remove static declaration"Steve Smokowski1-1/+1
2020-10-22Merge "so does not capture the vnf name"Steve SmokowskigroupId> <artifactId>commons-lang3</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>9.0.30</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> </dependency> <dependency> <groupId>net.jodah</groupId> <artifactId>failsafe</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> <version>${aaf.cadi.version}</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.11</version> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> </dependency> <!-- CDS dependencies --> <dependency> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> <version>${ccsdk.version}</version> </dependency> <!-- protobuf dependencies --> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>${protobuf.version}</version> </dependency> <!-- gRPC dependencies --> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>${grpc.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> <version>${grpc.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.javatuples</groupId> <artifactId>javatuples</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-external-task-client</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> <exclusion> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> </exclusion> <exclusion> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> <exclusion> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> </exclusion> <exclusion> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.0</version> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${springboot.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> <resource> <directory>src/main/java</directory> <includes> <include>**/*.java</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> <id>default-test</id> <goals> <goal>test</goal> </goals> <configuration> <includes> <include>**/NonSpringSuite.java</include> </includes> </configuration> </execution> <execution> <id>spring-tests</id> <goals> <goal>test</goal> </goals> <configuration> <includes> <include>**/SpringSuite.java</include> </includes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> <executions> <execution> <id>tests-jar</id> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> <configuration> <skip>false</skip> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>