diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-04 10:42:23 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-04 10:42:31 -0500 |
commit | d12da96dc9052d5d346582f7cc75f19a5f9afc00 (patch) | |
tree | 477ce9b08337779c92f9b1ca66c9bb4b38ffd64f | |
parent | ee72c3ab8a95a775e5a1db5ea1b1566e0c59f626 (diff) |
remove useless pom property
Issue-ID: AAF-533
Change-Id: Iaa332323e40a69be0abf5aec172bb30ff6affdc1
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | auth-client/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-client/pom.xml b/auth-client/pom.xml index 432e6268..49fa6871 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -34,7 +34,6 @@ <packaging>jar</packaging> <properties> - <project.interfaceVersion>2.1.1-SNAPSHOT</project.interfaceVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> @@ -95,7 +94,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> <scope>test</scope> </dependency> |