diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 09:24:47 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 09:24:53 -0400 |
commit | c5e7935813009b7e4f6d2315c3eabe7d5f56bfe4 (patch) | |
tree | cecddd4af5a8cc73f292fe6237aa291e2e14251e | |
parent | 18f392b0420a8fe6022a5c3cd6c20e99651a5b66 (diff) |
Remove eclipse warning for duplicate version
Duplicating managed version for maven-surefire-plugin 2.19.1
Issue-Id: POLICY-168
Change-Id: Ie48c2470e8d3938fc75049a867c32add9a4001d6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | controlloop/common/actors/actor.test/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controlloop/common/actors/actor.test/pom.xml b/controlloop/common/actors/actor.test/pom.xml index 9d8ffa48d..8fe05432b 100644 --- a/controlloop/common/actors/actor.test/pom.xml +++ b/controlloop/common/actors/actor.test/pom.xml @@ -14,7 +14,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <additionalClasspathElements> <additionalClasspathElement>${settings.localRepository}/org/onap/policy/drools-applications/actor.appc/1.1.0-SNAPSHOT/actor.appc-1.1.0-SNAPSHOT.jar</additionalClasspathElement> |