diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2018-05-08 20:39:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-08 20:39:43 +0000 |
commit | 34f6446e97199cb5aaefd1369d9faaf297a9b6bf (patch) | |
tree | 6b17b10603d9cd729d02933d2c1e61b84745fc34 /auth/auth-deforg/pom.xml | |
parent | 2787ca5afc713ca812dba373d0c94ac8469c91fb (diff) | |
parent | 174ec2eeb4ae929aaa2ccea0e8541dad7c4c28f2 (diff) |
Merge "Added UT auth-deforg, code cov 61%"
Diffstat (limited to 'auth/auth-deforg/pom.xml')
-rw-r--r-- | auth/auth-deforg/pom.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index d282819b..034c0b96 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -76,13 +76,13 @@ <!-- SONAR --> <!-- <sonar.skip>true</sonar.skip> --> <jacoco.version>0.7.7.201606060606</jacoco.version> - <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> - <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> - <!-- Default Sonar configuration --> - <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths> - <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths> - <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> - <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> + <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> + <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> + <!-- Default Sonar configuration --> + <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths> + <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths> + <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> + <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> @@ -108,6 +108,12 @@ <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </dependency> + + <dependency> + <groupId>org.jvnet.mock-javamail</groupId> + <artifactId>mock-javamail</artifactId> + <version>1.9</version> + </dependency> </dependencies> <build> |