2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
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 >
5
+ <modelVersion >4.0.0</modelVersion >
6
6
7
- <parent >
8
- <groupId >be.sddevelopment</groupId >
9
- <artifactId >modular-validators</artifactId >
10
- <version >1.0.0-SNAPSHOT</version >
11
- <relativePath >../pom.xml</relativePath >
12
- </parent >
7
+ <parent >
8
+ <groupId >be.sddevelopment</groupId >
9
+ <artifactId >modular-validators</artifactId >
10
+ <version >1.0.0-SNAPSHOT</version >
11
+ <relativePath >../pom.xml</relativePath >
12
+ </parent >
13
13
14
- <artifactId >core</artifactId >
14
+ <artifactId >core</artifactId >
15
15
16
16
17
- <dependencies >
18
- <!-- BEGIN TEST SCOPE -->
19
- <dependency >
20
- <groupId >org.junit.jupiter</groupId >
21
- <artifactId >junit-jupiter-api</artifactId >
22
- <scope >test</scope >
23
- </dependency >
24
- <dependency >
25
- <groupId >org.junit.jupiter</groupId >
26
- <artifactId >junit-jupiter-engine</artifactId >
27
- <scope >test</scope >
28
- </dependency >
29
- <dependency >
30
- <groupId >org.assertj</groupId >
31
- <artifactId >assertj-core</artifactId >
32
- <scope >test</scope >
33
- </dependency >
34
- <dependency >
35
- <groupId >org.mockito</groupId >
36
- <artifactId >mockito-junit-jupiter</artifactId >
37
- <scope >test</scope >
38
- </dependency >
39
- <dependency >
40
- <groupId >net.bytebuddy</groupId >
41
- <artifactId >byte-buddy</artifactId >
42
- <scope >test</scope >
43
- </dependency >
44
- <dependency >
45
- <groupId >net.bytebuddy</groupId >
46
- <artifactId >byte-buddy-agent</artifactId >
47
- <scope >test</scope >
48
- </dependency >
49
- <dependency >
50
- <groupId >com.tngtech.archunit</groupId >
51
- <artifactId >archunit</artifactId >
52
- <scope >test</scope >
53
- </dependency >
54
- <dependency >
55
- <groupId >com.tngtech.archunit</groupId >
56
- <artifactId >archunit-junit5</artifactId >
57
- <scope >test</scope >
58
- </dependency >
59
- <dependency >
60
- <groupId >com.tngtech.archunit</groupId >
61
- <artifactId >archunit-junit5-engine</artifactId >
62
- <scope >test</scope >
63
- </dependency >
64
- <!-- END TEST SCOPE -->
17
+ <dependencies >
18
+ <!-- BEGIN TEST SCOPE -->
19
+ <dependency >
20
+ <groupId >org.junit.jupiter</groupId >
21
+ <artifactId >junit-jupiter-api</artifactId >
22
+ <scope >test</scope >
23
+ </dependency >
24
+ <dependency >
25
+ <groupId >org.junit.jupiter</groupId >
26
+ <artifactId >junit-jupiter-engine</artifactId >
27
+ <scope >test</scope >
28
+ </dependency >
29
+ <dependency >
30
+ <groupId >org.assertj</groupId >
31
+ <artifactId >assertj-core</artifactId >
32
+ <scope >test</scope >
33
+ </dependency >
34
+ <dependency >
35
+ <groupId >org.mockito</groupId >
36
+ <artifactId >mockito-junit-jupiter</artifactId >
37
+ <scope >test</scope >
38
+ </dependency >
39
+ <dependency >
40
+ <groupId >net.bytebuddy</groupId >
41
+ <artifactId >byte-buddy</artifactId >
42
+ <scope >test</scope >
43
+ </dependency >
44
+ <dependency >
45
+ <groupId >net.bytebuddy</groupId >
46
+ <artifactId >byte-buddy-agent</artifactId >
47
+ <scope >test</scope >
48
+ </dependency >
49
+ <dependency >
50
+ <groupId >com.tngtech.archunit</groupId >
51
+ <artifactId >archunit</artifactId >
52
+ <scope >test</scope >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >com.tngtech.archunit</groupId >
56
+ <artifactId >archunit-junit5</artifactId >
57
+ <scope >test</scope >
58
+ </dependency >
59
+ <dependency >
60
+ <groupId >com.tngtech.archunit</groupId >
61
+ <artifactId >archunit-junit5-engine</artifactId >
62
+ <scope >test</scope >
63
+ </dependency >
64
+ <!-- END TEST SCOPE -->
65
65
66
- <dependency >
67
- <groupId >com.google.guava</groupId >
68
- <artifactId >guava</artifactId >
69
- </dependency >
70
- <dependency >
71
- <groupId >org.apache.commons</groupId >
72
- <artifactId >commons-lang3</artifactId >
73
- </dependency >
74
- <dependency >
75
- <groupId >org.apache.logging.log4j</groupId >
76
- <artifactId >log4j-slf4j2-impl</artifactId >
77
- </dependency >
78
- </dependencies >
66
+ <dependency >
67
+ <groupId >com.google.guava</groupId >
68
+ <artifactId >guava</artifactId >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >org.apache.commons</groupId >
72
+ <artifactId >commons-lang3</artifactId >
73
+ </dependency >
74
+ <dependency >
75
+ <groupId >org.apache.logging.log4j</groupId >
76
+ <artifactId >log4j-slf4j2-impl</artifactId >
77
+ </dependency >
78
+ </dependencies >
79
79
80
80
</project >
0 commit comments