| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  | <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"> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2018-12-08 08:58:16 -06:00
										 |  |  |     <artifactId>core-java-networking</artifactId> | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  |     <version>0.1.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2018-12-08 08:58:16 -06:00
										 |  |  |     <name>core-java-networking</name> | 
					
						
							| 
									
										
										
										
											2019-02-10 01:47:19 +05:30
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-java</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-05-05 17:22:09 +05:30
										 |  |  |         <relativePath>../../parent-java</relativePath> | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-23 16:32:19 +05:30
										 |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2018-12-25 14:05:10 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-io</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-io</artifactId> | 
					
						
							|  |  |  |             <version>${commons-io.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-12-29 21:54:59 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							|  |  |  |             <version>${springframework.spring-web.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-12-23 16:32:19 +05:30
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2018-12-08 08:58:16 -06:00
										 |  |  |         <finalName>core-java-networking</finalName> | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2018-12-23 16:32:19 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2018-12-29 21:54:59 +05:30
										 |  |  |         <springframework.spring-web.version>4.3.4.RELEASE</springframework.spring-web.version> | 
					
						
							| 
									
										
										
										
											2018-12-23 16:32:19 +05:30
										 |  |  |     </properties>	 | 
					
						
							| 
									
										
										
										
											2018-12-02 21:23:39 -05:00
										 |  |  | </project> |