Skip to content

Commit

Permalink
Fsa update changes (#80)
Browse files Browse the repository at this point in the history
* Changes for FSA Update

Changes for FSA Update

* Incremented the CLI plugin version. Latest common is already referred from here

* Incrementing to 1.1.7 as we have released last from cli_sca_features with version 1.1.6 but next time when merging to master happens it will incremented from 1.1.5 to 1.1.7

Co-authored-by: sangam chitmugre <[email protected]>
  • Loading branch information
SubhadraSahoo and sangamchitmugre authored Aug 30, 2021
1 parent e8f1b3b commit 213ea92
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cx.plugin</groupId>
<artifactId>CxConsolePlugin</artifactId>
<version>1.1.5</version>
<version>1.1.7</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>com.checkmarx</groupId>
<artifactId>cx-client-common</artifactId>
<version>2021.2.159-SEG</version>
<version>2021.3.166</version>
<!-- Remove these excludes once latest FSA is used -->
<exclusions>
<exclusion>
Expand All @@ -144,10 +144,7 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>

<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand All @@ -164,12 +161,18 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.0.2</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.58.Final</version>
</dependency>

<!-- end of excluded dependencies -->
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 213ea92

Please sign in to comment.