diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-06-19 17:07:01 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-06-23 12:04:07 -0400 |
commit | 2ae848c04b2b455076fe22a965081f61d8705f00 (patch) | |
tree | 79f7a7d9d3796b944f3365e0016c5e99898ca475 /bpmn/so-bpmn-tasks/pom.xml | |
parent | 0abec191b0645a80c9bc5df4af3423a9377b83db (diff) |
style of test now matches
updated unit test to match other tests in the codebase
Issue-ID: SO-2992
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Icf844d9c07105d23646681a3b29eeae06a03e91c
Diffstat (limited to 'bpmn/so-bpmn-tasks/pom.xml')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index e510a2928a..dec9560574 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -119,7 +119,7 @@ </execute> </action> </pluginExecution> - <pluginExecution> + <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> @@ -132,7 +132,7 @@ <execute /> </action> </pluginExecution> - <pluginExecution> + <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> |