| 
					
				 | 
			
			
				@ -7,7 +7,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <version>1.0.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <modelVersion>4.0.0</modelVersion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <packaging>jar</packaging> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <packaging>war</packaging> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <name>patient-co-statistics</name> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <properties> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -369,6 +369,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>spring-boot-starter-tomcat</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <version>${version.spring-boot}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.json</groupId> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -389,19 +390,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    </dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <build> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <extensions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <extension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.apache.maven.wagon</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>wagon-ssh</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <version>2.10</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </extension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <extension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.apache.maven.wagon</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>wagon-http-lightweight</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <version>2.10</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </extension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </extensions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <plugins> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>maven-war-plugin</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    <failOnMissingWebXml>false</failOnMissingWebXml> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                </configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.apache.maven.plugins</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>maven-compiler-plugin</artifactId> 
			 |