| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  | <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"> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>core-java-sun</artifactId> | 
					
						
							|  |  |  |     <version>0.1.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>core-java-sun</name> | 
					
						
							| 
									
										
										
										
											2019-02-10 01:47:19 +05:30
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2018-04-14 13:30:05 +05:30
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2018-05-06 02:00:00 +05:30
										 |  |  |         <artifactId>parent-java</artifactId> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-05-05 17:22:09 +05:30
										 |  |  |         <relativePath>../../parent-java</relativePath> | 
					
						
							| 
									
										
										
										
											2018-04-14 13:30:05 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <!-- utils --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.sourceforge.collections</groupId> | 
					
						
							|  |  |  |             <artifactId>collections-generic</artifactId> | 
					
						
							|  |  |  |             <version>${collections-generic.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-collections4</artifactId> | 
					
						
							|  |  |  |             <version>${commons-collections4.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-io</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-io</artifactId> | 
					
						
							|  |  |  |             <version>${commons-io.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-lang3</artifactId> | 
					
						
							|  |  |  |             <version>${commons-lang3.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-math3</artifactId> | 
					
						
							|  |  |  |             <version>${commons-math3.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.decimal4j</groupId> | 
					
						
							|  |  |  |             <artifactId>decimal4j</artifactId> | 
					
						
							|  |  |  |             <version>${decimal4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.bouncycastle</groupId> | 
					
						
							|  |  |  |             <artifactId>bcprov-jdk15on</artifactId> | 
					
						
							|  |  |  |             <version>${bouncycastle.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.unix4j</groupId> | 
					
						
							|  |  |  |             <artifactId>unix4j-command</artifactId> | 
					
						
							|  |  |  |             <version>${unix4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.googlecode.grep4j</groupId> | 
					
						
							|  |  |  |             <artifactId>grep4j</artifactId> | 
					
						
							|  |  |  |             <version>${grep4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- web --> | 
					
						
							|  |  |  |         <!-- marshalling --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |             <version>${jackson.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- logging --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>log4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${log4j.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly --> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j-over-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							|  |  |  |             <version>${lombok.version}</version> | 
					
						
							|  |  |  |             <scope>provided</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- test scoped --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.assertj</groupId> | 
					
						
							|  |  |  |             <artifactId>assertj-core</artifactId> | 
					
						
							|  |  |  |             <version>${assertj.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.jayway.awaitility</groupId> | 
					
						
							|  |  |  |             <artifactId>awaitility</artifactId> | 
					
						
							|  |  |  |             <version>${avaitility.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-codec</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-codec</artifactId> | 
					
						
							|  |  |  |             <version>${commons-codec.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.javamoney</groupId> | 
					
						
							|  |  |  |             <artifactId>moneta</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${moneta.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.owasp.esapi</groupId> | 
					
						
							|  |  |  |             <artifactId>esapi</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${esapi.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.sun.messaging.mq</groupId> | 
					
						
							|  |  |  |             <artifactId>fscontext</artifactId> | 
					
						
							|  |  |  |             <version>${fscontext.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.codepoetics</groupId> | 
					
						
							|  |  |  |             <artifactId>protonpack</artifactId> | 
					
						
							|  |  |  |             <version>${protonpack.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>one.util</groupId> | 
					
						
							|  |  |  |             <artifactId>streamex</artifactId> | 
					
						
							|  |  |  |             <version>${streamex.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.vavr</groupId> | 
					
						
							|  |  |  |             <artifactId>vavr</artifactId> | 
					
						
							|  |  |  |             <version>${vavr.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.openjdk.jmh</groupId> | 
					
						
							|  |  |  |             <artifactId>jmh-core</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${jmh-core.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.openjdk.jmh</groupId> | 
					
						
							|  |  |  |             <artifactId>jmh-generator-annprocess</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${jmh-generator.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${spring-web.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.sun</groupId> | 
					
						
							|  |  |  |             <artifactId>tools</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |             <version>${sun-tools.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |             <scope>system</scope> | 
					
						
							|  |  |  |             <systemPath>${java.home}/../lib/tools.jar</systemPath> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <finalName>core-java</finalName> | 
					
						
							|  |  |  |         <resources> | 
					
						
							|  |  |  |             <resource> | 
					
						
							|  |  |  |                 <directory>src/main/resources</directory> | 
					
						
							|  |  |  |                 <filtering>true</filtering> | 
					
						
							|  |  |  |             </resource> | 
					
						
							|  |  |  |         </resources> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-jar-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2018-07-15 09:51:16 +03:00
										 |  |  |                 <version>${maven-jar-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <archive> | 
					
						
							|  |  |  |                         <manifest> | 
					
						
							|  |  |  |                             <addClasspath>true</addClasspath> | 
					
						
							|  |  |  |                             <classpathPrefix>libs/</classpathPrefix> | 
					
						
							|  |  |  |                             <mainClass>org.baeldung.executable.ExecutableMavenJar</mainClass> | 
					
						
							|  |  |  |                         </manifest> | 
					
						
							|  |  |  |                     </archive> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                 <artifactId>exec-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |                 <version>${exec-maven-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <executable>java</executable> | 
					
						
							|  |  |  |                     <mainClass>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</mainClass> | 
					
						
							|  |  |  |                     <arguments> | 
					
						
							|  |  |  |                         <argument>-Xmx300m</argument> | 
					
						
							|  |  |  |                         <argument>-XX:+UseParallelGC</argument> | 
					
						
							|  |  |  |                         <argument>-classpath</argument> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |                         <classpath /> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |                         <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> | 
					
						
							|  |  |  |                     </arguments> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>integration</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*ManualTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/*IntegrationTest.java</include> | 
					
						
							| 
									
										
										
										
											2018-06-22 16:39:57 +05:30
										 |  |  |                                         <include>**/*IntTest.java</include> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                         <artifactId>exec-maven-plugin</artifactId> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>run-benchmarks</id> | 
					
						
							|  |  |  |                                 <!-- <phase>integration-test</phase> --> | 
					
						
							|  |  |  |                                 <phase>none</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>exec</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <classpathScope>test</classpathScope> | 
					
						
							|  |  |  |                                     <executable>java</executable> | 
					
						
							|  |  |  |                                     <arguments> | 
					
						
							|  |  |  |                                         <argument>-classpath</argument> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |                                         <classpath /> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |                                         <argument>org.openjdk.jmh.Main</argument> | 
					
						
							|  |  |  |                                         <argument>.*</argument> | 
					
						
							|  |  |  |                                     </arguments> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- util --> | 
					
						
							|  |  |  |         <guava.version>23.0</guava.version> | 
					
						
							|  |  |  |         <bouncycastle.version>1.55</bouncycastle.version> | 
					
						
							|  |  |  |         <commons-codec.version>1.10</commons-codec.version> | 
					
						
							|  |  |  |         <commons-math3.version>3.6.1</commons-math3.version> | 
					
						
							|  |  |  |         <decimal4j.version>1.0.3</decimal4j.version> | 
					
						
							|  |  |  |         <commons-collections4.version>4.1</commons-collections4.version> | 
					
						
							|  |  |  |         <collections-generic.version>4.01</collections-generic.version> | 
					
						
							|  |  |  |         <unix4j.version>0.4</unix4j.version> | 
					
						
							|  |  |  |         <grep4j.version>1.8.7</grep4j.version> | 
					
						
							|  |  |  |         <fscontext.version>4.6-b01</fscontext.version> | 
					
						
							|  |  |  |         <protonpack.version>1.13</protonpack.version> | 
					
						
							|  |  |  |         <streamex.version>0.6.5</streamex.version> | 
					
						
							|  |  |  |         <vavr.version>0.9.0</vavr.version> | 
					
						
							| 
									
										
										
										
											2018-07-15 09:51:16 +03:00
										 |  |  |         <spring-web.version>4.3.4.RELEASE</spring-web.version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- testing --> | 
					
						
							|  |  |  |         <assertj.version>3.6.1</assertj.version> | 
					
						
							|  |  |  |         <avaitility.version>1.7.0</avaitility.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- maven plugins --> | 
					
						
							| 
									
										
										
										
											2018-08-09 21:43:44 +05:30
										 |  |  |         <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <sun-tools.version>1.8.0</sun-tools.version> | 
					
						
							| 
									
										
										
										
											2018-07-15 09:51:16 +03:00
										 |  |  |         <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-28 12:36:54 +02:00
										 |  |  | </project> |