diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2019-10-31 13:56:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-31 13:56:14 +0000 |
commit | 4c5b91b5ce0901bf3044709fb2a172c2ae7763fc (patch) | |
tree | 9b5e5b0ea05d0d724d81885d9a0775e4afbd4632 /datarouter-prov/pom.xml | |
parent | b9110d4a3c2fe2652dd2d1ef24e3d09bcaffea56 (diff) | |
parent | adb2ad2d16e851fbf8dcc71af68949a74463204d (diff) |
Merge "More bug fix and refactoring"
Diffstat (limited to 'datarouter-prov/pom.xml')
-rwxr-xr-x | datarouter-prov/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 20ce7ce3..791cbc3e 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -407,7 +407,7 @@ <excludes> <exclude>**/src/main/java/org/onap/dmaap/datarouter/reports/**</exclude> <exclude>src/main/java/org/onap/dmaap/datarouter/authz/impl/AuthRespSupplementImpl.java</exclude> - <exclude>src/main/java/org/onap/dmaap/datarouter/provisioning/Main.java</exclude> + <exclude>src/main/java/org/onap/dmaap/datarouter/provisioning/ProvRunner.java</exclude> <exclude>src/main/java/org/onap/dmaap/datarouter/provisioning/utils/DRRouteCLI.java</exclude> </excludes> </configuration> |