diff options
Diffstat (limited to 'openecomp-be/lib')
2 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml index abff87f1ad..5a7012d1fc 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml @@ -22,7 +22,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-websocket</artifactId> - <version>4.3.4.RELEASE</version> + <version>${spring.framework.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index eccc5731d9..d90b6e018d 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-websocket</artifactId> - <version>4.3.4.RELEASE</version> + <version>${spring.framework.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> |