Files
litmus-be/litmus-cache/pom.xml
chandresh pancholi e8e82cdf74 litmus core/db/mock packages
Signed-off-by: chandresh pancholi <chandresh.pancholi@navi.com>
2021-10-05 00:43:11 +05:30

24 lines
712 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>litmus</artifactId>
<groupId>com.navi.medici</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>litmus-cache</artifactId>
<version>1.0-SNAPSHOT</version>
<name>litmus-cache</name>
<dependencies>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.16.3</version>
</dependency>
</dependencies>
</project>