Skip to content
Snippets Groups Projects
Commit 0be30c8f authored by Alok Joshi's avatar Alok Joshi
Browse files

Merge branch 'feature/fix-csqp-issues' into 'master'

fix whistesource issues for the indexer-core and indexer-azure;

See merge request !53
parents bc642eb5 d5da4618
No related branches found
No related tags found
1 merge request!53fix whistesource issues for the indexer-core and indexer-azure;
Pipeline #18756 failed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.16.RELEASE</version> <version>2.1.18.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
<elasticsearch.version>6.8.1</elasticsearch.version> <elasticsearch.version>6.8.1</elasticsearch.version>
<netty.version>4.1.51.Final</netty.version> <netty.version>4.1.51.Final</netty.version>
<reactor-netty.version>0.8.20.RELEASE</reactor-netty.version> <reactor-netty.version>0.8.20.RELEASE</reactor-netty.version>
<woodstox-core.version>6.2.3</woodstox-core.version>
<!-- <maven.compiler.target>1.8</maven.compiler.target>--> <!-- <maven.compiler.target>1.8</maven.compiler.target>-->
<!-- <maven.compiler.source>1.8</maven.compiler.source>--> <!-- <maven.compiler.source>1.8</maven.compiler.source>-->
<!-- <maven.war.plugin>2.6</maven.war.plugin>--> <!-- <maven.war.plugin>2.6</maven.war.plugin>-->
...@@ -112,6 +113,11 @@ ...@@ -112,6 +113,11 @@
<artifactId>reactor-netty</artifactId> <artifactId>reactor-netty</artifactId>
<version>${reactor-netty.version}</version> <version>${reactor-netty.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${woodstox-core.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment