summaryrefslogtreecommitdiffstats
path: root/adapters/mso-sdnc-adapter
AgeCommit message (Expand)AuthorFilesLines
2018-04-18UT modification for adaptes - db,sdncroot2-33/+56
2018-04-13updated to use latest vdu plugin codedfilppi1-2/+3
2018-04-13Removing the test cases with issuesSeshu-Kumar-M1-3/+3
2018-03-28UT for sdnc adapter TypedRequestTunableSindhu A1-0/+48
2018-03-28UT for sdnc adapter rest implSindhu A1-0/+61
2018-03-28UT for sdnc adapter BPRestCallbackSindhu A1-0/+38
2018-03-28UT for SDNCNotifyResourceSindhu A1-0/+46
2018-03-28improved coverage of module Benjamin, Max (mb388a)7-32/+71
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty9-67/+390
2018-03-13Merge "Remove redundant type cast"Seshu Kumar M1-1/+1
2018-03-12Adding JunitAS004650591-0/+49
2018-03-10Remove redundant type castMunir Ahmad1-1/+1
2018-03-09Revert Reduce log noise/warningsRob Daugherty6-527/+529
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams6-529/+527
2018-03-06Remove redundant catch clauseMunir Ahmad1-6/+1
2018-02-28Merge "Adding Junit"Seshu Kumar M1-0/+53
2018-02-26Adding JunitSumapriya1-0/+53
2018-02-26Adding JunitAS004650591-0/+47
2018-02-24Swap StringBuffer with StringBuilder everywhereMunir Ahmad1-1/+1
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella1-5/+5
2018-02-21Swap String concatenation with StringBuilderMunir Ahmad2-8/+8
2018-02-20Adding Junit AS004650591-0/+54
2017-12-13Reduce complexity of HealthCheckUtilskurczews2-4/+4
2017-12-01Bump minor versionJessica Wagantall1-1/+1
2017-11-16changed artifact versionseshukm1-1/+1
2017-10-27Merge "Iterate over the entrySet instead of keySet"Seshu Kumar M1-3/+4
2017-10-23Iterate over the entrySet instead of keySetrama-huawei1-3/+4
2017-10-19Remove unused importsRamanjaneya-Huawei1-1/+0
2017-10-12Iterate over "entrySet" instead of "keySet"rama-huawei1-1/+1
2017-09-30Merge "Added private constructor"Seshu Kumar M1-0/+3
2017-09-30Added private constructorramanjaneya1-0/+3
2017-09-30Reorder modifiersramanjaneya1-4/+3
2017-09-30Merge "Added FunctionalInterface annotation"Seshu Kumar M1-0/+1
2017-09-28Merge "Fix major Sonar issues"Seshu Kumar M1-2/+0
2017-09-27Merge "Fixed Blocker issues. IssueId: SO-165"Rob Daugherty2-9/+3
2017-09-27Merge "Adding comments for empty constructor"Seshu Kumar M2-0/+2
2017-09-27Fixed Blocker issues.seshukm2-9/+3
2017-09-27Added FunctionalInterface annotationramanjaneya1-0/+1
2017-09-27Fix major Sonar issuessurya-huawei1-2/+0
2017-09-26Correcting varriable nameAnkit-Huawei2-6/+6
2017-09-26Adding comments for empty constructorAnkit-Huawei2-0/+2
2017-09-22Replaced with Diamond symbolrama-huawei1-4/+4
2017-09-22Removed useless parenthesesrama-huawei3-14/+11
2017-09-18Fixed issues in adapter packageseshukm7-31/+67
2017-09-11Change the header to SOSeshu-Kumar-M36-36/+36
2017-09-081710 Rebase - Second AttemptArthur Martella2-1/+7
2017-08-04Failed to deploy so artifacts in nexus (again)Rob Daugherty1-5/+5
2017-08-01Failed to deploy so artifacts in nexusRob Daugherty1-5/+5
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-5/+5
2017-05-09[MSO-8] Additional fixes for the second rebaseDeterme, Sebastien (sd378r)2-5/+5
ple</groupId> <artifactId>json-simple</artifactId> <version>${json-simple.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-regex</artifactId> <version>${regex.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.bean-matchers</groupId> <artifactId>bean-matchers</artifactId> <version>${bean-matchers.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>${snakeyaml.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.functionaljava</groupId> <artifactId>functionaljava</artifactId> <version>${functionaljava.version}</version> <scope>provided</scope> </dependency> <!-- http client --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcore.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> <scope>provided</scope> </dependency> <!-- TEST --> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>${janusgraph.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.json</groupId> <artifactId>json</artifactId> </exclusion> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> <exclusion> <artifactId>groovy</artifactId> <groupId>org.codehaus.groovy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-cassandra</artifactId> <version>${janusgraph.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${lang3.version}</version> <scope>provided</scope> </dependency> <!-- CASSANDRA --> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-mapping</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.cassandraunit</groupId> <artifactId>cassandra-unit</artifactId> <version>${cassandra.unit.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> </exclusion> <exclusion> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>3.11.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>${libthrift.version}</version> </dependency> <!-- CASSANDRA END --> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> </dependency> </dependencies> <build> <pluginManagement> <plugins> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>fr.fastconnect</groupId> <artifactId>plantuml-maven-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>plant</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>validate</goal> </goals> <configuration> <validationSets> <validationSet> <includes> <include>src/main/resources/**/*.y*ml</include> <include>src/test/resources/**/*.y*ml</include> </includes> </validationSet> <validationSet> <includes> <include>src/main/resources/**/*.json</include> <include>src/test/resources/**/*.json</include> </includes> </validationSet> </validationSets> </configuration> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> </project>