From 17c24efd4babc61a818fef26ce56954b703fbfb7 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Wed, 19 Apr 2023 16:52:14 +0100 Subject: Align dependencies with CPS/NCMP - Updated several generic dependecies - Changed OpenAPI to use core.v3 version - Order of parameters in generated controlelr code changed - Some maven plugins can uses 'latest' version (affected OpenApi code gen) - set some lib versions for csit test - removed spotbug exclusion file (it alwasy used CPS version of this file anyway) - removed @Valid annotaions in affect file (as agrred long time back) Issue-ID: CPS-1627 Signed-off-by: ToineSiebelink Change-Id: Ib355382df68ed440618737067590631c7c3a1c8b --- csit/pylibs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit') diff --git a/csit/pylibs.txt b/csit/pylibs.txt index d6250dba..9fee6341 100644 --- a/csit/pylibs.txt +++ b/csit/pylibs.txt @@ -5,8 +5,8 @@ netifaces pyhocon requests robotframework-httplibrary -robotframework-requests -robotframework-selenium2library +robotframework-requests==0.9.3 +robotframework-selenium2library==3.0.0 robotframework-extendedselenium2library robotframework-sshlibrary scapy -- cgit 1.2.3-korg