aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh2-90/+160
2018-09-07Remove changing of access on par fieldsliamfallon1-1/+0
2018-08-15Fix checkstyle comments etc.Pamela Dragosh1-1/+2
2018-08-14Fixes for checkstyle issuesPamela Dragosh8-36/+52
2018-06-21IntegrityAuditor: remove sleep from junit testsJim Hahn14-332/+270
2018-06-20IntegrityAudit - remove latches from non-test codeJim Hahn3-117/+115
2018-06-08Remove """ from logback xml filesJim Hahn3-7/+7
2018-06-05Update policy-common to SNAPSHOT-1.3.0liamfallon1-1/+1
2018-05-21Use ${POLICY_LOGS} for log directoryv1.2.32.0.0-ONAPbeijing2.0.0-ONAPJim Hahn1-3/+3
2018-05-21Update Policy Common to 1.2.3-SNAPSHOTliamfallon1-1/+1
2018-05-16Upgrade SNAPSHOT to 1.2.2liamfallon1-1/+1
2018-04-13Upgrade SNAPSHOT to 1.2.1Pamela Dragosh1-1/+1
2018-03-20Removed checkstyle warningsmmis20-5242/+5196
2018-02-20Consolidating and organizing dependenciesPamela Dragosh1-22/+17
2018-02-16Fix more generic exceptions in commonJim Hahn8-45/+75
2018-02-13Speed up integrity-audit testsJim Hahn24-3452/+2927
2018-02-05Add utils-test projectJim Hahn6-164/+62
2018-02-02Removed commented code and add JUnit testsPamela Dragosh9-29/+197
2018-02-01Fix sonar generic Exceptions in policy/commonJim Hahn4-54/+73
2017-12-05Fix technical debt in common integrity-auditTemoc Rodriguez7-4/+9
2017-12-04Fix bug where paramsAreBad doesn't update stringTemoc Rodriguez3-52/+124
2017-11-28Merge "Fix fortify Issue on Privacy Violation"Jorge Hernandez1-3/+1
2017-11-18Bump minor versionJessica Wagantall1-1/+1
2017-11-15Update SNAPSHOT 1.1.2Pamela Dragosh1-1/+1
2017-11-10Fix fortify Issue on Privacy ViolationJoseph Chou1-3/+1
2017-11-08Update SNAPSHOT versionPamela Dragosh1-1/+1
2017-09-14Fix sonar critical for passwordPamela Dragosh7-126/+149
2017-09-14Logging exceptions to clear sonar criticalPamela Dragosh1-9/+1
2017-09-12Fix sonar critical associated with loggingPamela Dragosh1-29/+4
2017-09-08Clean up unused imports and duplicate versionPamela Dragosh2-2/+0
2017-09-06Added license header to exception classMagnusen, Drew (dm741q)1-0/+20
2017-08-24Tweak Common Module JUnitsKevin McKiou5-23/+40
2017-08-11Sonar cleanup for integrity-auditMagnusen, Drew (dm741q)11-36/+67
2017-08-04[POLICY-96] Resolved sonar blockers in im/ia.Magnusen, Drew (dm741q)1-14/+38
2017-07-31[POLICY-71] replace openecomp for policy-commonGuo Ruijing20-84/+84
2017-07-25[POLICY-81] Code cleanup to eliminate the presence of warning messages in Ecl...Magnusen, Drew (dm741q)6-26/+14
2017-04-20Batch submitRalph Straubs6-9/+40
2017-03-10upgrading to 1.1.0-SNAPSHOTPamela Dragosh1-1/+1
2017-03-10weird versionPamela Dragosh1-5/+0
2017-03-10change version to 1.0.0Pamela Dragosh1-2/+2
2017-02-23clean pom.xml fix 1.7 to 1.8Pamela Dragosh1-1/+0
2017-02-19adding back in unit tests with ignorePamela Dragosh7-0/+3892
2017-02-16Removing JUnit testsPamela Dragosh7-3880/+0
2017-02-14Initial OpenECOMP policy/common commitPamela Dragosh25-0/+7276
/span>**/AllTestSuites.java</include> </includes> </configuration> </execution> <execution> <id>groovy-tests</id> <goals> <goal>test</goal> </goals> <configuration> <includes> <include>**/AllGroovyTestSuites.java</include> </includes> </configuration> </execution> </executions> </plugin> </plugins> <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> org.apache.maven.plugins </groupId> <artifactId> maven-antrun-plugin </artifactId> <versionRange> [1.3,) </versionRange> <goals> <goal>run</goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-bom</artifactId> <version>${camunda.version}</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> </dependency> <dependency> <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter</artifactId> <version>2.3.0-alpha2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <!-- Needed for InMemoryH2Test --> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCoreBPMN</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>mso-catalog-db</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>mso-requests-db</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSORESTClient</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so.adapters</groupId> <artifactId>mso-adapters-rest-interface</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>${jax.ws.rs}</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-base</artifactId> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> </dependency> <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> <version>1.4.1</version> </dependency> <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> <version>1.4.1</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>uk.co.blackpepper.bowman</groupId> <artifactId>bowman-client</artifactId> <version>0.3.0</version> </dependency> <dependency> <groupId>pl.pragmatists</groupId> <artifactId>JUnitParams</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>2.2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-wiremock</artifactId> <version>1.2.4.RELEASE</version> <scope>test</scope> </dependency> </dependencies> </project>