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 5151 </distributionManagement >
5252
5353 <properties >
54- <javaVersion >8</javaVersion >
5554 <project .build.outputTimestamp>2022-11-12T18:16:59Z</project .build.outputTimestamp>
5655 </properties >
5756
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-
7057 <dependencies >
7158 <dependency >
7259 <groupId >org.junit.jupiter</groupId >
7865 <build >
7966 <pluginManagement >
8067 <plugins >
81- <plugin >
82- <groupId >org.apache.maven.plugins</groupId >
83- <artifactId >maven-compiler-plugin</artifactId >
84- <version >3.11.0</version >
85- </plugin >
8668 <plugin >
8769 <groupId >org.apache.maven.plugins</groupId >
8870 <artifactId >maven-dependency-plugin</artifactId >
9173 <plugin >
9274 <groupId >org.apache.maven.plugins</groupId >
9375 <artifactId >maven-javadoc-plugin</artifactId >
94- <version >3.5.0</version >
9576 <configuration >
9677 <encoding >utf-8</encoding >
9778 <attach >true</attach >
98- <quiet >true</quiet >
9979 </configuration >
10080 </plugin >
10181 <plugin >
10686 <!-- mono-module doesn't require site:stage -->
10787 </configuration >
10888 </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 >
11989 </plugins >
12090 </pluginManagement >
12191 <plugins >
You can’t perform that action at this time.
0 commit comments