1
- <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" >
2
- <modelVersion >4.0.0</modelVersion >
3
-
4
- <parent >
5
- <groupId >org.alfasoftware</groupId >
6
- <artifactId >morf-parent</artifactId >
7
- <version >1.1.5-SNAPSHOT </version >
8
- </parent >
9
-
10
- <name >Morf - Core</name >
11
- <description >Morf is a library for cross-platform evolutionary relational database mechanics, database access and database imaging/cloning.</description >
12
- <url >https://github.com/alfasoftware/morf</url >
13
-
14
- <artifactId >morf-core</artifactId >
15
-
16
- <build >
17
- <plugins >
18
- <plugin >
19
- <groupId >org.apache.maven.plugins</groupId >
20
- <artifactId >maven-source-plugin</artifactId >
21
- </plugin >
22
- <plugin >
23
- <groupId >org.apache.maven.plugins</groupId >
24
- <artifactId >maven-javadoc-plugin</artifactId >
25
- </plugin >
26
- <plugin >
27
- <groupId >org.codehaus.mojo</groupId >
28
- <artifactId >findbugs-maven-plugin</artifactId >
29
- </plugin >
30
- <plugin >
31
- <groupId >org.apache.maven.plugins</groupId >
32
- <artifactId >maven-checkstyle-plugin</artifactId >
33
- </plugin >
34
- </plugins >
35
- </build >
36
-
37
- <dependencies >
38
- <dependency >
39
- <groupId >commons-codec</groupId >
40
- <artifactId >commons-codec</artifactId >
41
- </dependency >
42
- <dependency >
43
- <groupId >commons-io</groupId >
44
- <artifactId >commons-io</artifactId >
45
- </dependency >
46
- <dependency >
47
- <groupId >commons-lang</groupId >
48
- <artifactId >commons-lang</artifactId >
49
- </dependency >
50
- <dependency >
51
- <groupId >commons-logging</groupId >
52
- <artifactId >commons-logging</artifactId >
53
- </dependency >
54
- <dependency >
55
- <groupId >com.google.guava</groupId >
56
- <artifactId >guava</artifactId >
57
- </dependency >
58
- <dependency >
59
- <groupId >com.google.inject</groupId >
60
- <artifactId >guice</artifactId >
61
- </dependency >
62
- <dependency >
63
- <groupId >com.google.inject.extensions</groupId >
64
- <artifactId >guice-assistedinject</artifactId >
65
- </dependency >
66
- <dependency >
67
- <groupId >com.google.inject.extensions</groupId >
68
- <artifactId >guice-multibindings</artifactId >
69
- </dependency >
70
- <dependency >
71
- <groupId >joda-time</groupId >
72
- <artifactId >joda-time</artifactId >
73
- </dependency >
74
- <dependency >
75
- <groupId >xalan</groupId >
76
- <artifactId >serializer</artifactId >
77
- </dependency >
78
- <dependency >
79
- <groupId >org.hamcrest</groupId >
80
- <artifactId >hamcrest-all</artifactId >
81
- <scope >test</scope >
82
- </dependency >
83
- <dependency >
84
- <groupId >junit</groupId >
85
- <artifactId >junit</artifactId >
86
- <scope >test</scope >
87
- </dependency >
88
- <dependency >
89
- <groupId >pl.pragmatists</groupId >
90
- <artifactId >JUnitParams</artifactId >
91
- <scope >test</scope >
92
- </dependency >
93
- <dependency >
94
- <groupId >org.mockito</groupId >
95
- <artifactId >mockito-core</artifactId >
96
- <scope >test</scope >
97
- </dependency >
98
- <dependency >
99
- <groupId >log4j</groupId >
100
- <artifactId >log4j</artifactId >
101
- <scope >test</scope >
102
- </dependency >
103
- </dependencies >
1
+ <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" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+
4
+ <parent >
5
+ <groupId >org.alfasoftware</groupId >
6
+ <artifactId >morf-parent</artifactId >
7
+ <version >1.1.5</version >
8
+ </parent >
9
+
10
+ <name >Morf - Core</name >
11
+ <description >Morf is a library for cross-platform evolutionary relational database mechanics, database access and database imaging/cloning.</description >
12
+ <url >https://github.com/alfasoftware/morf</url >
13
+
14
+ <artifactId >morf-core</artifactId >
15
+
16
+ <build >
17
+ <plugins >
18
+ <plugin >
19
+ <groupId >org.apache.maven.plugins</groupId >
20
+ <artifactId >maven-source-plugin</artifactId >
21
+ </plugin >
22
+ <plugin >
23
+ <groupId >org.apache.maven.plugins</groupId >
24
+ <artifactId >maven-javadoc-plugin</artifactId >
25
+ </plugin >
26
+ <plugin >
27
+ <groupId >org.codehaus.mojo</groupId >
28
+ <artifactId >findbugs-maven-plugin</artifactId >
29
+ </plugin >
30
+ <plugin >
31
+ <groupId >org.apache.maven.plugins</groupId >
32
+ <artifactId >maven-checkstyle-plugin</artifactId >
33
+ </plugin >
34
+ </plugins >
35
+ </build >
36
+
37
+ <dependencies >
38
+ <dependency >
39
+ <groupId >commons-codec</groupId >
40
+ <artifactId >commons-codec</artifactId >
41
+ </dependency >
42
+ <dependency >
43
+ <groupId >commons-io</groupId >
44
+ <artifactId >commons-io</artifactId >
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >commons-lang</groupId >
48
+ <artifactId >commons-lang</artifactId >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >commons-logging</groupId >
52
+ <artifactId >commons-logging</artifactId >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >com.google.guava</groupId >
56
+ <artifactId >guava</artifactId >
57
+ </dependency >
58
+ <dependency >
59
+ <groupId >com.google.inject</groupId >
60
+ <artifactId >guice</artifactId >
61
+ </dependency >
62
+ <dependency >
63
+ <groupId >com.google.inject.extensions</groupId >
64
+ <artifactId >guice-assistedinject</artifactId >
65
+ </dependency >
66
+ <dependency >
67
+ <groupId >com.google.inject.extensions</groupId >
68
+ <artifactId >guice-multibindings</artifactId >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >joda-time</groupId >
72
+ <artifactId >joda-time</artifactId >
73
+ </dependency >
74
+ <dependency >
75
+ <groupId >xalan</groupId >
76
+ <artifactId >serializer</artifactId >
77
+ </dependency >
78
+ <dependency >
79
+ <groupId >org.hamcrest</groupId >
80
+ <artifactId >hamcrest-all</artifactId >
81
+ <scope >test</scope >
82
+ </dependency >
83
+ <dependency >
84
+ <groupId >junit</groupId >
85
+ <artifactId >junit</artifactId >
86
+ <scope >test</scope >
87
+ </dependency >
88
+ <dependency >
89
+ <groupId >pl.pragmatists</groupId >
90
+ <artifactId >JUnitParams</artifactId >
91
+ <scope >test</scope >
92
+ </dependency >
93
+ <dependency >
94
+ <groupId >org.mockito</groupId >
95
+ <artifactId >mockito-core</artifactId >
96
+ <scope >test</scope >
97
+ </dependency >
98
+ <dependency >
99
+ <groupId >log4j</groupId >
100
+ <artifactId >log4j</artifactId >
101
+ <scope >test</scope >
102
+ </dependency >
103
+ </dependencies >
104
104
</project >
0 commit comments