INT-3241: Upgrade Gradle and some dependencies

JIRA: https://jira.springsource.org/browse/INT-3241
This commit is contained in:
Artem Bilan
2013-12-30 19:47:58 +02:00
committed by Gary Russell
parent df492e18fa
commit fa4775e775
5 changed files with 64 additions and 105 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ import java.util.concurrent.ConcurrentLinkedQueue;
import javax.mail.internet.MimeMessage;
import org.easymock.classextension.EasyMock;
import org.easymock.EasyMock;
import org.junit.Test;
/**

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2010 the original author or authors.
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import static org.junit.Assert.assertTrue;
import javax.mail.internet.MimeMessage;
import org.easymock.classextension.EasyMock;
import org.easymock.EasyMock;
import org.junit.Test;
import org.springframework.beans.factory.BeanDefinitionStoreException;