Project

General

Profile

« Previous | Next » 

Revision 41260

Reverting previous commit and go back to revision r41254

View differences:

pom.xml
57 57
            <groupId>org.springframework</groupId>
58 58
            <artifactId>spring-test</artifactId>
59 59
            <version>${spring.version}</version>
60
            <scope>test</scope>
60 61
        </dependency>
61 62

  
62 63
		<dependency>
......
81 82
            <artifactId>mail</artifactId>
82 83
            <version>1.4</version>
83 84
        </dependency>
85
        <dependency>
86
            <groupId>org.springframework</groupId>
87
            <artifactId>spring-test</artifactId>
88
            <version>4.0.0.RELEASE</version>
89
            <scope>test</scope>
90
        </dependency>
91
		<dependency>
92
			<groupId>org.jetbrains</groupId>
93
			<artifactId>annotations-java5</artifactId>
94
		</dependency>
84 95
	</dependencies>
85 96
</project>

Also available in: Unified diff