diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-04-19 16:52:14 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-04-20 12:05:18 +0100 |
commit | 17c24efd4babc61a818fef26ce56954b703fbfb7 (patch) | |
tree | 4a214a413593edd22a2cc7c99c47e5eb0f0fbae0 /csit | |
parent | 3c6ab2322d81d98a26e697cecdb5c4d6da548e81 (diff) |
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 <toine.siebelink@est.tech>
Change-Id: Ib355382df68ed440618737067590631c7c3a1c8b
Diffstat (limited to 'csit')
-rw-r--r-- | csit/pylibs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |