FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-diff-utils/java-diff-utils-jgit/pom.xml at master · java-diff-utils/java-diff-utils · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
java-diff-utils
/
java-diff-utils
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
221
Star
1.5k
Code
Issues
1
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-diff-utils
/
java-diff-utils-jgit
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 2.08 KB
Breadcrumbs
java-diff-utils
/
java-diff-utils-jgit
/
pom.xml
Copy path
File metadata and controls
58 lines (58 loc) · 2.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?
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
>
<
groupId
>io.github.java-diff-utils</
groupId
>
<
artifactId
>java-diff-utils-parent</
artifactId
>
<
version
>4.18-SNAPSHOT</
version
>
</
parent
>
<
artifactId
>java-diff-utils-jgit</
artifactId
>
<
packaging
>jar</
packaging
>
<
name
>java-diff-utils-jgit</
name
>
<
description
>This is an extension of java-diff-utils using jgit to use its implementation of
some difference algorithms.</
description
>
<
dependencies
>
<
dependency
>
<
groupId
>org.junit.jupiter</
groupId
>
<
artifactId
>junit-jupiter</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<!--
no upgrade possible till base JDK upgrade to 17
-->
<
groupId
>org.eclipse.jgit</
groupId
>
<
artifactId
>org.eclipse.jgit</
artifactId
>
<
version
>5.13.3.202401111512-r</
version
>
<
exclusions
>
<
exclusion
>
<
groupId
>com.googlecode.javaewah</
groupId
>
<
artifactId
>JavaEWAH</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>commons-codec</
groupId
>
<
artifactId
>commons-codec</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>commons-logging</
groupId
>
<
artifactId
>commons-logging</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>org.apache.httpcomponents</
groupId
>
<
artifactId
>httpclient</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>com.jcraft</
groupId
>
<
artifactId
>jsch</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>org.slf4j</
groupId
>
<
artifactId
>slf4j-api</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>
${project.groupId}
</
groupId
>
<
artifactId
>java-diff-utils</
artifactId
>
<
version
>
${project.version}
</
version
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL