BAEL-3929: addressed code review comments.
This commit is contained in:
		
							parent
							
								
									2231a044ea
								
							
						
					
					
						commit
						dcb65ba8bc
					
				| @ -10,21 +10,38 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>commons-collections</groupId> |             <groupId>commons-collections</groupId> | ||||||
|             <artifactId>commons-collections</artifactId> |             <artifactId>commons-collections</artifactId> | ||||||
|             <version>3.2.2</version> |             <version>${commons-collections.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.slf4j</groupId> |             <groupId>org.slf4j</groupId> | ||||||
|             <artifactId>slf4j-api</artifactId> |             <artifactId>slf4j-api</artifactId> | ||||||
|             <version>1.7.25</version> |             <version>${slf4j-api.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
| 
 | 
 | ||||||
|     <build> |     <build> | ||||||
|         <plugins> |         <plugins> | ||||||
|  |             <plugin> | ||||||
|  |                 <groupId>org.apache.maven.plugins</groupId> | ||||||
|  |                 <artifactId>maven-compiler-plugin</artifactId> | ||||||
|  |                 <version>${maven-compiler-plugin.version}</version> | ||||||
|  |                 <configuration> | ||||||
|  |                     <source>1.8</source> | ||||||
|  |                     <target>1.8</target> | ||||||
|  |                 </configuration> | ||||||
|  |             </plugin> | ||||||
|             <plugin> |             <plugin> | ||||||
|                 <artifactId>maven-dependency-plugin</artifactId> |                 <artifactId>maven-dependency-plugin</artifactId> | ||||||
|                 <version>3.1.1</version> |                 <version>${maven-dependency-plugin.version}</version> | ||||||
|             </plugin> |             </plugin> | ||||||
|         </plugins> |         </plugins> | ||||||
|     </build> |     </build> | ||||||
|  | 
 | ||||||
|  |     <properties> | ||||||
|  |         <commons-collections.version>3.2.2</commons-collections.version> | ||||||
|  |         <slf4j-api.version>1.7.25</slf4j-api.version> | ||||||
|  |         <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version> | ||||||
|  |         <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> | ||||||
|  |     </properties> | ||||||
|  | 
 | ||||||
| </project> | </project> | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user