Skip to content
Snippets Groups Projects
Commit 3098c419 authored by Komal Makkar's avatar Komal Makkar
Browse files

correcting azure pom

parent 89018c02
No related branches found
No related tags found
2 merge requests!23Added UTs,!17Added Logs and Jacoco
Pipeline #7509 failed
......@@ -58,13 +58,28 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common</artifactId>
<version>0.3.4</version>
<version>0.3.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-azure</artifactId>
<version>0.0.17</version>
<version>0.0.22</version>
<!--<exclusions>
<exclusion>
<groupId>com.azure</groupId>
......@@ -119,7 +134,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
......@@ -181,7 +196,7 @@
<configuration>
<classifier>spring-boot</classifier>
<mainClass>
azure.Application
org.opengroup.osdu.notification.provider.azure.Application
</mainClass>
</configuration>
</execution>
......
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