1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <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" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >io.github.java-diff-utils</groupId >
6+ <artifactId >java-diff-utils-parent</artifactId >
7+ <version >4.5-SNAPSHOT</version >
8+ </parent >
9+ <artifactId >java-diff-utils-jgit</artifactId >
10+ <name >java-diff-utils-jgit</name >
11+ <packaging >jar</packaging >
12+ <description >This is an extension of java-diff-utils using jgit to use its implementation of
13+ some difference algorithms.</description >
14+ <dependencies >
15+ <dependency >
16+ <groupId >junit</groupId >
17+ <artifactId >junit</artifactId >
18+ <version >4.12</version >
19+ <type >jar</type >
20+ <scope >test</scope >
21+ </dependency >
22+ <dependency >
23+ <groupId >org.eclipse.jgit</groupId >
24+ <artifactId >org.eclipse.jgit</artifactId >
25+ <version >4.4.1.201607150455-r</version >
26+ <exclusions >
27+ <exclusion >
28+ <groupId >com.googlecode.javaewah</groupId >
29+ <artifactId >JavaEWAH</artifactId >
30+ </exclusion >
31+ <exclusion >
32+ <groupId >commons-codec</groupId >
33+ <artifactId >commons-codec</artifactId >
34+ </exclusion >
35+ <exclusion >
36+ <groupId >commons-logging</groupId >
37+ <artifactId >commons-logging</artifactId >
38+ </exclusion >
39+ <exclusion >
40+ <groupId >org.apache.httpcomponents</groupId >
41+ <artifactId >httpclient</artifactId >
42+ </exclusion >
43+ <exclusion >
44+ <groupId >com.jcraft</groupId >
45+ <artifactId >jsch</artifactId >
46+ </exclusion >
47+ <exclusion >
48+ <groupId >org.slf4j</groupId >
49+ <artifactId >slf4j-api</artifactId >
50+ </exclusion >
51+ </exclusions >
52+ </dependency >
53+ <dependency >
54+ <groupId >${project.groupId} </groupId >
55+ <artifactId >java-diff-utils</artifactId >
56+ <version >${project.version} </version >
57+ </dependency >
58+ </dependencies >
59+ </project >
0 commit comments