| 
									
										
										
										
											2019-05-10 18:13:18 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2019-06-20 19:46:17 +02:00
										 |  |  | 	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"> | 
					
						
							|  |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<groupId>com.baeldung.exception.numberformat</groupId> | 
					
						
							|  |  |  | 	<artifactId>core-java-exceptions</artifactId> | 
					
						
							|  |  |  | 	<version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  | 	<name>core-java-exceptions</name> | 
					
						
							| 
									
										
										
										
											2019-05-10 18:13:18 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-20 19:46:17 +02:00
										 |  |  | 	<parent> | 
					
						
							|  |  |  | 		<groupId>com.baeldung</groupId> | 
					
						
							|  |  |  | 		<artifactId>parent-java</artifactId> | 
					
						
							|  |  |  | 		<version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  | 		<relativePath>../../parent-java</relativePath> | 
					
						
							|  |  |  | 	</parent> | 
					
						
							| 
									
										
										
										
											2019-05-10 18:13:18 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-20 19:46:17 +02:00
										 |  |  | 	<properties> | 
					
						
							|  |  |  | 		<commons-lang3.version>3.9</commons-lang3.version> | 
					
						
							|  |  |  | 	</properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<dependencies> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>junit</groupId> | 
					
						
							|  |  |  | 			<artifactId>junit</artifactId> | 
					
						
							|  |  |  | 			<version>4.12</version> | 
					
						
							|  |  |  | 			<scope>test</scope> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  | 			<artifactId>commons-lang3</artifactId> | 
					
						
							|  |  |  | 			<version>${commons-lang3.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 	</dependencies> | 
					
						
							| 
									
										
										
										
											2019-05-10 18:13:18 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |