Skip to content

Commit 5127928

Browse files
committed
pom版本修改
1 parent 40b18e2 commit 5127928

File tree

18 files changed

+1860
-1860
lines changed

18 files changed

+1860
-1860
lines changed

dl-biz/pom.xml

Lines changed: 236 additions & 236 deletions
Large diffs are not rendered by default.

dl-common/pom.xml

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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>com.ucar.datalink</groupId>
6-
<artifactId>datalink</artifactId>
7-
<version>0.0.1</version>
8-
<relativePath>../pom.xml</relativePath>
9-
</parent>
10-
11-
<artifactId>dl-common</artifactId>
12-
<packaging>jar</packaging>
13-
<name>common module for datalink</name>
14-
15-
<dependencies>
16-
<dependency>
17-
<groupId>com.ucar.datalink</groupId>
18-
<artifactId>dl-contract</artifactId>
19-
<version>0.0.1</version>
20-
</dependency>
21-
<!-- rdbms -->
22-
<dependency>
23-
<groupId>ch.qos.logback</groupId>
24-
<artifactId>logback-core</artifactId>
25-
</dependency>
26-
<dependency>
27-
<groupId>ch.qos.logback</groupId>
28-
<artifactId>logback-classic</artifactId>
29-
</dependency>
30-
<dependency>
31-
<groupId>org.slf4j</groupId>
32-
<artifactId>jcl-over-slf4j</artifactId>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.slf4j</groupId>
36-
<artifactId>slf4j-api</artifactId>
37-
</dependency>
38-
39-
<!--kafka clients-->
40-
<dependency>
41-
<groupId>org.apache.kafka</groupId>
42-
<artifactId>kafka-clients</artifactId>
43-
</dependency>
44-
45-
<!--fastjson-->
46-
<dependency>
47-
<groupId>com.alibaba</groupId>
48-
<artifactId>fastjson</artifactId>
49-
</dependency>
50-
51-
<!-- zookeeper -->
52-
<dependency>
53-
<groupId>org.apache.zookeeper</groupId>
54-
<artifactId>zookeeper</artifactId>
55-
<exclusions>
56-
<exclusion>
57-
<artifactId>netty</artifactId>
58-
<groupId>org.jboss.netty</groupId>
59-
</exclusion>
60-
</exclusions>
61-
</dependency>
62-
<dependency>
63-
<groupId>com.github.sgroschupf</groupId>
64-
<artifactId>zkclient</artifactId>
65-
</dependency>
66-
67-
<!--google guava-->
68-
<dependency>
69-
<groupId>com.google.guava</groupId>
70-
<artifactId>guava</artifactId>
71-
</dependency>
72-
73-
<!--apache commons-->
74-
<dependency>
75-
<groupId>commons-lang</groupId>
76-
<artifactId>commons-lang</artifactId>
77-
</dependency>
78-
<dependency>
79-
<groupId>commons-io</groupId>
80-
<artifactId>commons-io</artifactId>
81-
</dependency>
82-
83-
<dependency>
84-
<groupId>junit</groupId>
85-
<artifactId>junit</artifactId>
86-
<scope>test</scope>
87-
</dependency>
88-
<!--sigar-->
89-
<dependency>
90-
<groupId>org.fusesource</groupId>
91-
<artifactId>sigar</artifactId>
92-
<version>1.6.4</version>
93-
</dependency>
94-
</dependencies>
95-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
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>com.ucar.datalink</groupId>
6+
<artifactId>datalink</artifactId>
7+
<version>0.0.2</version>
8+
<relativePath>../pom.xml</relativePath>
9+
</parent>
10+
11+
<artifactId>dl-common</artifactId>
12+
<packaging>jar</packaging>
13+
<name>common module for datalink</name>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.ucar.datalink</groupId>
18+
<artifactId>dl-contract</artifactId>
19+
<version>0.0.2</version>
20+
</dependency>
21+
<!-- rdbms -->
22+
<dependency>
23+
<groupId>ch.qos.logback</groupId>
24+
<artifactId>logback-core</artifactId>
25+
</dependency>
26+
<dependency>
27+
<groupId>ch.qos.logback</groupId>
28+
<artifactId>logback-classic</artifactId>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.slf4j</groupId>
32+
<artifactId>jcl-over-slf4j</artifactId>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.slf4j</groupId>
36+
<artifactId>slf4j-api</artifactId>
37+
</dependency>
38+
39+
<!--kafka clients-->
40+
<dependency>
41+
<groupId>org.apache.kafka</groupId>
42+
<artifactId>kafka-clients</artifactId>
43+
</dependency>
44+
45+
<!--fastjson-->
46+
<dependency>
47+
<groupId>com.alibaba</groupId>
48+
<artifactId>fastjson</artifactId>
49+
</dependency>
50+
51+
<!-- zookeeper -->
52+
<dependency>
53+
<groupId>org.apache.zookeeper</groupId>
54+
<artifactId>zookeeper</artifactId>
55+
<exclusions>
56+
<exclusion>
57+
<artifactId>netty</artifactId>
58+
<groupId>org.jboss.netty</groupId>
59+
</exclusion>
60+
</exclusions>
61+
</dependency>
62+
<dependency>
63+
<groupId>com.github.sgroschupf</groupId>
64+
<artifactId>zkclient</artifactId>
65+
</dependency>
66+
67+
<!--google guava-->
68+
<dependency>
69+
<groupId>com.google.guava</groupId>
70+
<artifactId>guava</artifactId>
71+
</dependency>
72+
73+
<!--apache commons-->
74+
<dependency>
75+
<groupId>commons-lang</groupId>
76+
<artifactId>commons-lang</artifactId>
77+
</dependency>
78+
<dependency>
79+
<groupId>commons-io</groupId>
80+
<artifactId>commons-io</artifactId>
81+
</dependency>
82+
83+
<dependency>
84+
<groupId>junit</groupId>
85+
<artifactId>junit</artifactId>
86+
<scope>test</scope>
87+
</dependency>
88+
<!--sigar-->
89+
<dependency>
90+
<groupId>org.fusesource</groupId>
91+
<artifactId>sigar</artifactId>
92+
<version>1.6.4</version>
93+
</dependency>
94+
</dependencies>
95+
</project>

dl-contract/pom.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<artifactId>datalink</artifactId>
8-
<groupId>com.ucar.datalink</groupId>
9-
<version>0.0.1</version>
10-
</parent>
11-
12-
<artifactId>dl-contract</artifactId>
13-
<packaging>jar</packaging>
14-
<name>contract module for datalink</name>
15-
16-
<dependencies>
17-
<dependency>
18-
<groupId>commons-lang</groupId>
19-
<artifactId>commons-lang</artifactId>
20-
</dependency>
21-
22-
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<scope>test</scope>
26-
</dependency>
27-
</dependencies>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<artifactId>datalink</artifactId>
8+
<groupId>com.ucar.datalink</groupId>
9+
<version>0.0.2</version>
10+
</parent>
11+
12+
<artifactId>dl-contract</artifactId>
13+
<packaging>jar</packaging>
14+
<name>contract module for datalink</name>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>commons-lang</groupId>
19+
<artifactId>commons-lang</artifactId>
20+
</dependency>
21+
22+
<dependency>
23+
<groupId>junit</groupId>
24+
<artifactId>junit</artifactId>
25+
<scope>test</scope>
26+
</dependency>
27+
</dependencies>
2828
</project>

dl-domain/pom.xml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<artifactId>datalink</artifactId>
8-
<groupId>com.ucar.datalink</groupId>
9-
<version>0.0.1</version>
10-
<relativePath>../pom.xml</relativePath>
11-
</parent>
12-
13-
<artifactId>dl-domain</artifactId>
14-
<packaging>jar</packaging>
15-
<name>domain module for datalink</name>
16-
17-
<dependencies>
18-
<dependency>
19-
<groupId>com.ucar.datalink</groupId>
20-
<artifactId>dl-common</artifactId>
21-
<version>0.0.1</version>
22-
</dependency>
23-
<dependency>
24-
<groupId>com.ucar.datalink</groupId>
25-
<artifactId>dl-contract</artifactId>
26-
<version>0.0.1</version>
27-
</dependency>
28-
29-
<dependency>
30-
<groupId>com.alibaba</groupId>
31-
<artifactId>fastjson</artifactId>
32-
</dependency>
33-
<dependency>
34-
<groupId>commons-lang</groupId>
35-
<artifactId>commons-lang</artifactId>
36-
</dependency>
37-
<dependency>
38-
<groupId>oro</groupId>
39-
<artifactId>oro</artifactId>
40-
<version>2.0.8</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.mybatis</groupId>
44-
<artifactId>mybatis</artifactId>
45-
</dependency>
46-
47-
<dependency>
48-
<groupId>junit</groupId>
49-
<artifactId>junit</artifactId>
50-
<scope>test</scope>
51-
</dependency>
52-
</dependencies>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<artifactId>datalink</artifactId>
8+
<groupId>com.ucar.datalink</groupId>
9+
<version>0.0.2</version>
10+
<relativePath>../pom.xml</relativePath>
11+
</parent>
12+
13+
<artifactId>dl-domain</artifactId>
14+
<packaging>jar</packaging>
15+
<name>domain module for datalink</name>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>com.ucar.datalink</groupId>
20+
<artifactId>dl-common</artifactId>
21+
<version>0.0.2</version>
22+
</dependency>
23+
<dependency>
24+
<groupId>com.ucar.datalink</groupId>
25+
<artifactId>dl-contract</artifactId>
26+
<version>0.0.2</version>
27+
</dependency>
28+
29+
<dependency>
30+
<groupId>com.alibaba</groupId>
31+
<artifactId>fastjson</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>commons-lang</groupId>
35+
<artifactId>commons-lang</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>oro</groupId>
39+
<artifactId>oro</artifactId>
40+
<version>2.0.8</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.mybatis</groupId>
44+
<artifactId>mybatis</artifactId>
45+
</dependency>
46+
47+
<dependency>
48+
<groupId>junit</groupId>
49+
<artifactId>junit</artifactId>
50+
<scope>test</scope>
51+
</dependency>
52+
</dependencies>
5353
</project>

0 commit comments

Comments
 (0)