diff options
Diffstat (limited to 'client/client-full')
-rw-r--r-- | client/client-full/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index c5a53bb56..6f8c11697 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -49,7 +50,6 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> - <version>${version.jersey}</version> </dependency> @@ -276,4 +276,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |