This is an automated email from the ASF dual-hosted git repository.
ppapou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 76a3fba [DATALAB-2570] Azure XML adjustment
76a3fba is described below
commit 76a3fbaa6f898b568ee7925d105a70a0592c010d
Author: Pavel Papou <[email protected]>
AuthorDate: Thu Nov 4 09:00:14 2021 -0400
[DATALAB-2570] Azure XML adjustment
- the jackson dependencies have been commented
---
services/billing-azure/pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/services/billing-azure/pom.xml b/services/billing-azure/pom.xml
index c87698d..80caf44 100644
--- a/services/billing-azure/pom.xml
+++ b/services/billing-azure/pom.xml
@@ -105,11 +105,11 @@
<version>${org.mongodb.version}</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.9.5</version>
- </dependency>
+ </dependency-->
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -121,16 +121,16 @@
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
<version>2.11.0</version>
- </dependency>
- <dependency>
+ </dependency-->
+ <!--dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.11.0</version>
- </dependency>
+ </dependency-->
</dependencies>
@@ -150,4 +150,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]