517 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			517 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<project xmlns="http://maven.apache.org/POM/4.0.0"
							 | 
						||
| 
								 | 
							
									xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
							 | 
						||
| 
								 | 
							
									xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
							 | 
						||
| 
								 | 
							
									<modelVersion>4.0.0</modelVersion>
							 | 
						||
| 
								 | 
							
									<groupId>com.realnet</groupId>
							 | 
						||
| 
								 | 
							
									<artifactId>app</artifactId>
							 | 
						||
| 
								 | 
							
									<packaging>jar</packaging>
							 | 
						||
| 
								 | 
							
									<version>1.0.0</version>
							 | 
						||
| 
								 | 
							
									<name>REAL IT SOLUTIONS</name>
							 | 
						||
| 
								 | 
							
									<properties>
							 | 
						||
| 
								 | 
							
										<springfox-version>2.7.0</springfox-version>
							 | 
						||
| 
								 | 
							
										<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
							 | 
						||
| 
								 | 
							
										<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
							 | 
						||
| 
								 | 
							
										<java.version>1.8</java.version>
							 | 
						||
| 
								 | 
							
									</properties>
							 | 
						||
| 
								 | 
							
									<parent>
							 | 
						||
| 
								 | 
							
										<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
										<artifactId>spring-boot-starter-parent</artifactId>
							 | 
						||
| 
								 | 
							
										<version>2.2.5.RELEASE</version>
							 | 
						||
| 
								 | 
							
									</parent>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<build>
							 | 
						||
| 
								 | 
							
										<plugins>
							 | 
						||
| 
								 | 
							
											<plugin>
							 | 
						||
| 
								 | 
							
												<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
												<artifactId>spring-boot-maven-plugin</artifactId>
							 | 
						||
| 
								 | 
							
											</plugin>
							 | 
						||
| 
								 | 
							
										</plugins>
							 | 
						||
| 
								 | 
							
									</build>
							 | 
						||
| 
								 | 
							
									<dependencies>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-mail</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-web</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!-- AOP -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-aop</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-tomcat</artifactId>
							 | 
						||
| 
								 | 
							
											<scope>provided</scope>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!--SpringFox dependencies -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-actuator</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.springfox</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>springfox-swagger2</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.9.2</version>
							 | 
						||
| 
								 | 
							
											<exclusions>
							 | 
						||
| 
								 | 
							
												<exclusion>
							 | 
						||
| 
								 | 
							
													<groupId>io.swagger</groupId>
							 | 
						||
| 
								 | 
							
													<artifactId>swagger-annotations</artifactId>
							 | 
						||
| 
								 | 
							
												</exclusion>
							 | 
						||
| 
								 | 
							
												<exclusion>
							 | 
						||
| 
								 | 
							
													<groupId>io.swagger</groupId>
							 | 
						||
| 
								 | 
							
													<artifactId>swagger-models</artifactId>
							 | 
						||
| 
								 | 
							
												</exclusion>
							 | 
						||
| 
								 | 
							
											</exclusions>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.swagger</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>swagger-annotations</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.5.22</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.swagger</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>swagger-models</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.5.22</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.springfox</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>springfox-swagger-ui</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.9.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!--  end of spring fox dependency-->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-lang3</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.12.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.googlecode.json-simple</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>json-simple</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.1.1</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.google.code.gson</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>gson</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.8.5</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.pdfbox</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>pdfbox</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.0.29</version> <!-- Replace with the latest version
							 | 
						||
| 
								 | 
							
											available -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>mysql</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>mysql-connector-java</artifactId>
							 | 
						||
| 
								 | 
							
											<version>8.0.28</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!-- Manually Added -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-data-jpa</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-validation</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!--poi dependency-->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>poi-ooxml</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.8-beta4</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>poi-scratchpad</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.9</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>poi</artifactId>
							 | 
						||
| 
								 | 
							
											<version>4.1.2</version> <!-- Specify a version here -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>poi-ooxml</artifactId>
							 | 
						||
| 
								 | 
							
											<version>4.1.2</version> <!-- Specify the same version here -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Thanks for using https://jar-download.com -->
							 | 
						||
| 
								 | 
							
										<!-- All Type of database connection-->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-jdbc</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.postgresql</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>postgresql</artifactId>
							 | 
						||
| 
								 | 
							
											<scope>runtime</scope>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.xerial</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>sqlite-jdbc</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.25.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.microsoft.sqlserver</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>mssql-jdbc</artifactId>
							 | 
						||
| 
								 | 
							
											<scope>runtime</scope>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-websocket</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-messaging</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!-- Spring Framework Caching Support -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-cache</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.github.ben-manes.caffeine</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>caffeine</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.h2database</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>h2</artifactId>
							 | 
						||
| 
								 | 
							
											<scope>runtime</scope>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
											<!-- <version>1.7.25</version> -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!--
							 | 
						||
| 
								 | 
							
										https://mvnrepository.com/artifact/org.springframework.security.oauth.boot/spring-security-oauth2-autoconfigure -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-security</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.security.oauth.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-security-oauth2-autoconfigure</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.3.3.RELEASE</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!--
							 | 
						||
| 
								 | 
							
										https://mvnrepository.com/artifact/org.springframework.security.oauth/spring-security-oauth2 -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.security</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-security-oauth2-client</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.social</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-social-google</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.0.0.RELEASE</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.social</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-social-linkedin</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.0.2.RELEASE</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.jsonwebtoken</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jjwt</artifactId>
							 | 
						||
| 
								 | 
							
											<version>0.9.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.google.guava</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>guava</artifactId>
							 | 
						||
| 
								 | 
							
											<version>23.5-jre</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>joda-time</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>joda-time</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.9.9</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.fasterxml.jackson.core</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jackson-core</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.12.1</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.fasterxml.jackson.datatype</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jackson-datatype-jsr310</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.modelmapper</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>modelmapper</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.3.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.codehaus.jackson</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jackson-mapper-asl</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.9.13</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>commons-io</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-io</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.7</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!-- to handle ZIP Files -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>net.lingala.zip4j</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>zip4j</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.6.1</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.json</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>json</artifactId>
							 | 
						||
| 
								 | 
							
											<version>20171018</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.projectlombok</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>lombok</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.18.20</version>
							 | 
						||
| 
								 | 
							
											<scope>provided</scope>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>javax.xml.bind</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jaxb-api</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.3.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-devtools</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!--
							 | 
						||
| 
								 | 
							
										https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.httpcomponents</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>httpclient</artifactId>
							 | 
						||
| 
								 | 
							
											<version>4.5.13</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/org.json/json -->
							 | 
						||
| 
								 | 
							
										<!--
							 | 
						||
| 
								 | 
							
										https://mvnrepository.com/artifact/org.apache.clerezza.ext/org.json.simple -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.clerezza.ext</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>org.json.simple</artifactId>
							 | 
						||
| 
								 | 
							
											<version>0.4</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>commons-codec</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-codec</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.10</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-webflux</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>poi</artifactId>
							 | 
						||
| 
								 | 
							
											<version>4.1.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>ooxml-schemas</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.4</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.json</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>json</artifactId>
							 | 
						||
| 
								 | 
							
											<version>20201115</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.jcraft</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jsch</artifactId>
							 | 
						||
| 
								 | 
							
											<version>0.1.55</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.twilio.sdk</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>twilio</artifactId>
							 | 
						||
| 
								 | 
							
											<version>8.18.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.xhtmlrenderer</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>flying-saucer-pdf</artifactId>
							 | 
						||
| 
								 | 
							
											<version>9.1.22</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.lowagie</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>itext</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.1.7</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Other dependencies -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.seleniumhq.selenium</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>selenium-java</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.141.59</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.itextpdf</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>itextpdf</artifactId>
							 | 
						||
| 
								 | 
							
											<version>5.5.13.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.mariadb.jdbc</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>mariadb-java-client</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.1.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/com.ibm.db2/jcc -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.ibm.db2</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jcc</artifactId>
							 | 
						||
| 
								 | 
							
											<version>11.5.5.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>redis.clients</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jedis</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.7.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/org.firebirdsql.jdbc/jaybird -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.firebirdsql.jdbc</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jaybird</artifactId>
							 | 
						||
| 
								 | 
							
											<version>4.0.0.java11</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!--
							 | 
						||
| 
								 | 
							
										https://mvnrepository.com/artifact/com.orientechnologies/orientdb-core -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.orientechnologies</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>orientdb-core</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.2.19</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.orientechnologies</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>orientdb-jdbc</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.2.19</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>software.amazon.awssdk</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>dynamodb</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.17.102</version> <!-- Use the latest version -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.couchbase.client</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>java-client</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.1.5</version> <!-- Use a compatible version of Couchbase
							 | 
						||
| 
								 | 
							
											Java SDK -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>io.projectreactor</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>reactor-core</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.4.13</version> <!-- Use a compatible version of Project
							 | 
						||
| 
								 | 
							
											Reactor -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.neo4j</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>neo4j-jdbc-bolt</artifactId>
							 | 
						||
| 
								 | 
							
											<version>5.0.0</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.paytm.pg</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>paytm-checksum</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.2.1</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
										<!--		//razorpay depedency-->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.razorpay</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>razorpay-java</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.4.4</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.jsoup</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jsoup</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.14.3</version> <!-- You can adjust the version as needed -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-test</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.pdfbox</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>pdfbox</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.0.28</version> <!-- Use the latest version available -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.xmlgraphics</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>fop</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.6</version> <!-- Use the latest version available -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-csv</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.4</version> <!-- Use the latest version -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.googlecode.json-simple</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>json-simple</artifactId>
							 | 
						||
| 
								 | 
							
											<version>1.1.1</version> <!-- Use the latest version -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.opencsv</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>opencsv</artifactId>
							 | 
						||
| 
								 | 
							
											<version>5.5</version> <!-- Use the latest version available -->
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
									</dependencies>
							 | 
						||
| 
								 | 
							
								</project>
							 | 
						||
| 
								 | 
							
								
							 |