|  | @@ -20,15 +20,21 @@
 | 
	
		
			
				|  |  |  			<groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>spring-core</artifactId>
 | 
	
		
			
				|  |  |  		</dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  | +            <groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  | +            <artifactId>spring-context</artifactId>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  |          <dependency>
 | 
	
		
			
				|  |  |  			<groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>spring-remoting</artifactId>
 | 
	
		
			
				|  |  | -		</dependency>
 | 
	
		
			
				|  |  | +            <optional>true</optional>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>spring-jdbc</artifactId>
 | 
	
		
			
				|  |  | -		</dependency>
 | 
	
		
			
				|  |  | -		<dependency>
 | 
	
		
			
				|  |  | +            <optional>true</optional>
 | 
	
		
			
				|  |  | +        </dependency>
 | 
	
		
			
				|  |  | +        <dependency>
 | 
	
		
			
				|  |  |  			<groupId>org.springframework</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>spring-support</artifactId>
 | 
	
		
			
				|  |  |  			<scope>runtime</scope>
 | 
	
	
		
			
				|  | @@ -61,15 +67,10 @@
 | 
	
		
			
				|  |  |  			<version>2.0.11</version>
 | 
	
		
			
				|  |  |  			<optional>true</optional>
 | 
	
		
			
				|  |  |  		</dependency>
 | 
	
		
			
				|  |  | -		<dependency>
 | 
	
		
			
				|  |  | -			<groupId>commons-lang</groupId>
 | 
	
		
			
				|  |  | -			<artifactId>commons-lang</artifactId>
 | 
	
		
			
				|  |  | -			<version>2.1</version>
 | 
	
		
			
				|  |  | -		</dependency>
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>commons-logging</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>commons-logging</artifactId>
 | 
	
		
			
				|  |  | -			<version>1.0.4</version>
 | 
	
		
			
				|  |  | +			<version>1.1</version>
 | 
	
		
			
				|  |  |  		</dependency>
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>commons-codec</groupId>
 | 
	
	
		
			
				|  | @@ -138,7 +139,7 @@
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>log4j</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>log4j</artifactId>
 | 
	
		
			
				|  |  | -            <version>1.2.14</version>
 | 
	
		
			
				|  |  | +            <version>1.2.12</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  |  	</dependencies>
 | 
	
		
			
				|  |  |  
 |