| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-06 22:41:38 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     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> | 
					
						
							|  |  |  |     <artifactId>core-java-networking-3</artifactId> | 
					
						
							|  |  |  |     <name>core-java-networking-3</name> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung.core-java-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>core-java-modules</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							|  |  |  |             <version>${spring.core.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  |             <artifactId>jetty-server</artifactId> | 
					
						
							|  |  |  |             <version>${jetty.embeded.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.tomcat.embed</groupId> | 
					
						
							|  |  |  |             <artifactId>tomcat-embed-core</artifactId> | 
					
						
							|  |  |  |             <version>${tomcat.embeded.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.assertj</groupId> | 
					
						
							|  |  |  |             <artifactId>assertj-core</artifactId> | 
					
						
							|  |  |  |             <version>${assertj.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.sun.mail</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.mail</artifactId> | 
					
						
							|  |  |  |             <version>1.6.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-07-07 23:32:00 +05:30
										 |  |  |         <!-- https://mvnrepository.com/artifact/com.github.seancfoley/ipaddress --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.seancfoley</groupId> | 
					
						
							|  |  |  |             <artifactId>ipaddress</artifactId> | 
					
						
							|  |  |  |             <version>${seancfoley.ipaddress.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- https://mvnrepository.com/artifact/com.github.jgonian/commons-ip-math --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.jgonian</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-ip-math</artifactId> | 
					
						
							|  |  |  |             <version>${jgonian.commons-ip-math.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- https://mvnrepository.com/artifact/com.googlecode.java-ipv6/java-ipv6 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.googlecode.java-ipv6</groupId> | 
					
						
							|  |  |  |             <artifactId>java-ipv6</artifactId> | 
					
						
							|  |  |  |             <version>${googlecode.ipv6.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     <build> | 
					
						
							|  |  |  |         <finalName>core-java-networking-3</finalName> | 
					
						
							|  |  |  |         <pluginManagement> | 
					
						
							|  |  |  |             <plugins> | 
					
						
							|  |  |  |                 <plugin> | 
					
						
							|  |  |  |                     <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                     <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 </plugin> | 
					
						
							|  |  |  |             </plugins> | 
					
						
							|  |  |  |         </pluginManagement> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <spring.core.version>5.2.8.RELEASE</spring.core.version> | 
					
						
							|  |  |  |         <jetty.embeded.version>9.4.31.v20200723</jetty.embeded.version> | 
					
						
							|  |  |  |         <tomcat.embeded.version>10.0.0-M7</tomcat.embeded.version> | 
					
						
							|  |  |  |         <assertj.version>3.11.1</assertj.version> | 
					
						
							| 
									
										
										
										
											2021-07-07 23:32:00 +05:30
										 |  |  |         <seancfoley.ipaddress.version>5.3.3</seancfoley.ipaddress.version> | 
					
						
							|  |  |  |         <jgonian.commons-ip-math.version>1.32</jgonian.commons-ip-math.version> | 
					
						
							|  |  |  |         <googlecode.ipv6.version>0.17</googlecode.ipv6.version> | 
					
						
							| 
									
										
										
										
											2021-05-21 17:43:32 +05:30
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2020-10-11 10:22:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-06 22:41:38 +05:30
										 |  |  | </project> |