File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 51
51
</distributionManagement >
52
52
53
53
<properties >
54
- <javaVersion >8</javaVersion >
55
54
<project .build.outputTimestamp>2022-11-12T18:16:59Z</project .build.outputTimestamp>
56
55
</properties >
57
56
58
- <dependencyManagement >
59
- <dependencies >
60
- <dependency >
61
- <groupId >org.junit</groupId >
62
- <artifactId >junit-bom</artifactId >
63
- <version >5.9.3</version >
64
- <type >pom</type >
65
- <scope >import</scope >
66
- </dependency >
67
- </dependencies >
68
- </dependencyManagement >
69
-
70
57
<dependencies >
71
58
<dependency >
72
59
<groupId >org.junit.jupiter</groupId >
78
65
<build >
79
66
<pluginManagement >
80
67
<plugins >
81
- <plugin >
82
- <groupId >org.apache.maven.plugins</groupId >
83
- <artifactId >maven-compiler-plugin</artifactId >
84
- <version >3.11.0</version >
85
- </plugin >
86
68
<plugin >
87
69
<groupId >org.apache.maven.plugins</groupId >
88
70
<artifactId >maven-dependency-plugin</artifactId >
91
73
<plugin >
92
74
<groupId >org.apache.maven.plugins</groupId >
93
75
<artifactId >maven-javadoc-plugin</artifactId >
94
- <version >3.5.0</version >
95
76
<configuration >
96
77
<encoding >utf-8</encoding >
97
78
<attach >true</attach >
98
- <quiet >true</quiet >
99
79
</configuration >
100
80
</plugin >
101
81
<plugin >
106
86
<!-- mono-module doesn't require site:stage -->
107
87
</configuration >
108
88
</plugin >
109
- <plugin >
110
- <groupId >org.apache.maven.plugins</groupId >
111
- <artifactId >maven-surefire-plugin</artifactId >
112
- <version >3.0.0</version >
113
- </plugin >
114
- <plugin >
115
- <groupId >org.apache.maven.plugins</groupId >
116
- <artifactId >maven-surefire-report-plugin</artifactId >
117
- <version >3.0.0</version >
118
- </plugin >
119
89
</plugins >
120
90
</pluginManagement >
121
91
<plugins >
You can’t perform that action at this time.
0 commit comments