File tree Expand file tree Collapse file tree
algorithms-miscellaneous-1
algorithms-miscellaneous-2
algorithms-miscellaneous-3
algorithms-miscellaneous-4
algorithms-miscellaneous-5
persistence-modules/jnosql/jnosql-diana
spring-boot-modules/spring-boot-property-exp/property-exp-custom-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 </dependency >
4545 </dependencies >
4646
47- <build >
48- <pluginManagement >
49- <plugins >
50- <plugin >
51- <groupId >org.codehaus.mojo</groupId >
52- <artifactId >exec-maven-plugin</artifactId >
53- <version >${exec-maven-plugin.version} </version >
54- </plugin >
55- </plugins >
56- </pluginManagement >
57- </build >
58-
5947 <properties >
6048 <commons-math3 .version>3.6.1</commons-math3 .version>
6149 <io .jenetics.version>3.7.0</io .jenetics.version>
Original file line number Diff line number Diff line change 4949 </dependency >
5050 </dependencies >
5151
52- <build >
53- <pluginManagement >
54- <plugins >
55- <plugin >
56- <groupId >org.codehaus.mojo</groupId >
57- <artifactId >exec-maven-plugin</artifactId >
58- <version >${exec-maven-plugin.version} </version >
59- </plugin >
60- </plugins >
61- </pluginManagement >
62- </build >
63-
6452 <reporting >
6553 <plugins >
6654 <plugin >
Original file line number Diff line number Diff line change 5454 </dependency >
5555 </dependencies >
5656
57- <build >
58- <pluginManagement >
59- <plugins >
60- <plugin >
61- <groupId >org.codehaus.mojo</groupId >
62- <artifactId >exec-maven-plugin</artifactId >
63- <version >${exec-maven-plugin.version} </version >
64- </plugin >
65- </plugins >
66- </pluginManagement >
67- </build >
68-
6957 <reporting >
7058 <plugins >
7159 <plugin >
Original file line number Diff line number Diff line change 7474 </dependency >
7575 </dependencies >
7676
77- <build >
78- <pluginManagement >
79- <plugins >
80- <plugin >
81- <groupId >org.codehaus.mojo</groupId >
82- <artifactId >exec-maven-plugin</artifactId >
83- <version >${exec-maven-plugin.version} </version >
84- </plugin >
85- </plugins >
86- </pluginManagement >
87- </build >
88-
8977 <properties >
9078 <org .assertj.core.version>3.9.0</org .assertj.core.version>
9179 <commons-collections4 .version>4.3</commons-collections4 .version>
Original file line number Diff line number Diff line change 3434 </dependency >
3535 </dependencies >
3636
37- <build >
38- <pluginManagement >
39- <plugins >
40- <plugin >
41- <groupId >org.codehaus.mojo</groupId >
42- <artifactId >exec-maven-plugin</artifactId >
43- <version >${exec-maven-plugin.version} </version >
44- </plugin >
45- </plugins >
46- </pluginManagement >
47- </build >
48-
4937 <properties >
5038 <org .assertj.core.version>3.9.0</org .assertj.core.version>
5139 <guava .version>27.0.1-jre</guava .version>
Original file line number Diff line number Diff line change 4949 </dependency >
5050 </dependencies >
5151
52- <build >
53- <pluginManagement >
54- <plugins >
55- <plugin >
56- <groupId >org.codehaus.mojo</groupId >
57- <artifactId >exec-maven-plugin</artifactId >
58- <version >${exec-maven-plugin.version} </version >
59- </plugin >
60- </plugins >
61- </pluginManagement >
62- </build >
63-
6452 <properties >
6553 <tradukisto .version>1.0.1</tradukisto .version>
6654 <org .assertj.core.version>3.9.0</org .assertj.core.version>
Original file line number Diff line number Diff line change 4444 </dependency >
4545 </dependencies >
4646
47- <build >
48- <pluginManagement >
49- <plugins >
50- <plugin >
51- <groupId >org.codehaus.mojo</groupId >
52- <artifactId >exec-maven-plugin</artifactId >
53- <version >${exec-maven-plugin.version} </version >
54- </plugin >
55- </plugins >
56- </pluginManagement >
57- </build >
58-
5947 <properties >
6048 <commons-math3 .version>3.6.1</commons-math3 .version>
6149 <org .assertj.core.version>3.9.0</org .assertj.core.version>
Original file line number Diff line number Diff line change 4545 </dependency >
4646 </dependencies >
4747
48- <build >
49- <pluginManagement >
50- <plugins >
51- <plugin >
52- <groupId >org.codehaus.mojo</groupId >
53- <artifactId >exec-maven-plugin</artifactId >
54- <version >${exec-maven-plugin.version} </version >
55- </plugin >
56- </plugins >
57- </pluginManagement >
58- </build >
59-
6048 <properties >
6149 <commons-math3 .version>3.6.1</commons-math3 .version>
6250 <org .assertj.core.version>3.9.0</org .assertj.core.version>
Original file line number Diff line number Diff line change 3030 <plugin >
3131 <groupId >org.codehaus.mojo</groupId >
3232 <artifactId >exec-maven-plugin</artifactId >
33- <version >${exec-maven-plugin.version} </version >
3433 </plugin >
3534 </plugins >
3635 </pluginManagement >
Original file line number Diff line number Diff line change 4545 <plugin >
4646 <groupId >org.codehaus.mojo</groupId >
4747 <artifactId >exec-maven-plugin</artifactId >
48- <version >${exec-maven-plugin.version} </version >
4948 <configuration >
5049 <executable >java</executable >
5150 <mainClass >com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</mainClass >
105104 <plugin >
106105 <groupId >org.codehaus.mojo</groupId >
107106 <artifactId >exec-maven-plugin</artifactId >
108- <version >${exec-maven-plugin.version} </version >
109107 <executions >
110108 <execution >
111109 <id >run-benchmarks</id >
134132
135133 <properties >
136134 <maven-javadoc-plugin .version>3.0.0-M1</maven-javadoc-plugin .version>
137- <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
138135 <source .version>1.8</source .version>
139136 <target .version>1.8</target .version>
140137 </properties >
You can’t perform that action at this time.
0 commit comments