| 
									
										
										
										
											2017-01-02 11:51:12 +01:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |          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-kotlin</artifactId> | 
					
						
							| 
									
										
										
										
											2018-11-30 22:16:08 +05:30
										 |  |  |     <name>core-kotlin</name> | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2017-01-02 11:51:12 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-kotlin</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../parent-kotlin</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-math3</artifactId> | 
					
						
							|  |  |  |             <version>${commons-math3.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-11-16 23:39:40 +08:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-lang3</artifactId> | 
					
						
							|  |  |  |             <version>${commons-lang3.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.junit.platform</groupId> | 
					
						
							|  |  |  |             <artifactId>junit-platform-runner</artifactId> | 
					
						
							|  |  |  |             <version>${junit.platform.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.assertj</groupId> | 
					
						
							|  |  |  |             <artifactId>assertj-core</artifactId> | 
					
						
							|  |  |  |             <version>${assertj.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.h2database</groupId> | 
					
						
							|  |  |  |             <artifactId>h2</artifactId> | 
					
						
							|  |  |  |             <version>${h2database.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-09-06 03:45:42 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kittinunf.fuel</groupId> | 
					
						
							|  |  |  |             <artifactId>fuel</artifactId> | 
					
						
							|  |  |  |             <version>${fuel.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kittinunf.fuel</groupId> | 
					
						
							|  |  |  |             <artifactId>fuel-gson</artifactId> | 
					
						
							|  |  |  |             <version>${fuel.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kittinunf.fuel</groupId> | 
					
						
							|  |  |  |             <artifactId>fuel-rxjava</artifactId> | 
					
						
							|  |  |  |             <version>${fuel.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kittinunf.fuel</groupId> | 
					
						
							|  |  |  |             <artifactId>fuel-coroutines</artifactId> | 
					
						
							|  |  |  |             <version>${fuel.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-09-10 23:43:35 -04:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>nl.komponents.kovenant</groupId> | 
					
						
							|  |  |  |             <artifactId>kovenant</artifactId> | 
					
						
							|  |  |  |             <version>3.3.0</version> | 
					
						
							|  |  |  |             <type>pom</type> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-10-29 21:04:07 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>uy.kohesive.injekt</groupId> | 
					
						
							|  |  |  |             <artifactId>injekt-core</artifactId> | 
					
						
							|  |  |  |             <version>1.16.1</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <commons-math3.version>3.6.1</commons-math3.version> | 
					
						
							| 
									
										
										
										
											2018-11-16 23:39:40 +08:00
										 |  |  |         <commons-lang3.version>3.8.1</commons-lang3.version> | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |         <junit.platform.version>1.1.1</junit.platform.version> | 
					
						
							|  |  |  |         <junit.vintage.version>5.2.0</junit.vintage.version> | 
					
						
							|  |  |  |         <assertj.version>3.10.0</assertj.version> | 
					
						
							|  |  |  |         <h2database.version>1.4.197</h2database.version> | 
					
						
							| 
									
										
										
										
											2018-09-06 03:45:42 +02:00
										 |  |  |         <fuel.version>1.15.0</fuel.version> | 
					
						
							| 
									
										
										
										
											2018-08-27 22:32:15 +02:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2017-01-17 09:54:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-06 03:45:42 +02:00
										 |  |  | </project> |