Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit a54b021

Browse files
committed
Enabling Dependency Graph feature in github
1 parent 796d856 commit a54b021

File tree

2 files changed

+66
-83
lines changed

2 files changed

+66
-83
lines changed

pom.xml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
This file was generated via Gradle and is being used primarily for github's Dependency Graph feature.
4+
It is not intended to be used to build this project.
5+
-->
6+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
7+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8+
<!-- This module was also published with a richer model, Gradle metadata, -->
9+
<!-- which should be used instead. Do not delete the following line which -->
10+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
11+
<!-- that they should prefer consuming it instead. -->
12+
<!-- do_not_remove: published-with-gradle-metadata -->
13+
<modelVersion>4.0.0</modelVersion>
14+
<groupId>com.marklogic</groupId>
15+
<artifactId>marklogic-data-movement-components</artifactId>
16+
<version>2.3.0</version>
17+
<name>com.marklogic:marklogic-data-movement-components</name>
18+
<description>Reusable components that depend solely on MarkLogic's DMSDK</description>
19+
<url>https://github.com/marklogic-community/marklogic-data-movement-components</url>
20+
<licenses>
21+
<license>
22+
<name>The Apache License, Version 2.0</name>
23+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
24+
</license>
25+
</licenses>
26+
<developers>
27+
<developer>
28+
<id>marklogic</id>
29+
<name>MarkLogic Github Contributors</name>
30+
<email>[email protected]</email>
31+
<organization>MarkLogic</organization>
32+
<organizationUrl>https://www.marklogic.com</organizationUrl>
33+
</developer>
34+
</developers>
35+
<scm>
36+
<connection>scm:[email protected]:marklogic-community/marklogic-data-movement-components.git</connection>
37+
<developerConnection>scm:[email protected]:marklogic-community/marklogic-data-movement-components.git</developerConnection>
38+
<url>[email protected]:marklogic-community/marklogic-data-movement-components.git</url>
39+
</scm>
40+
<dependencies>
41+
<dependency>
42+
<groupId>com.marklogic</groupId>
43+
<artifactId>marklogic-client-api</artifactId>
44+
<version>5.4.0</version>
45+
<scope>compile</scope>
46+
<exclusions>
47+
<exclusion>
48+
<artifactId>okhttp-digest</artifactId>
49+
<groupId>*</groupId>
50+
</exclusion>
51+
</exclusions>
52+
</dependency>
53+
<dependency>
54+
<groupId>io.github.rburgst</groupId>
55+
<artifactId>okhttp-digest</artifactId>
56+
<version>2.5</version>
57+
<scope>runtime</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>org.slf4j</groupId>
61+
<artifactId>slf4j-api</artifactId>
62+
<version>1.7.30</version>
63+
<scope>runtime</scope>
64+
</dependency>
65+
</dependencies>
66+
</project>

pom.xml.old

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)