Subversion Repositories SmartDukaan

Rev

Rev 4718 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4718 Rev 21618
Line 37... Line 37...
37
            <id>onejar-maven-plugin.googlecode.com</id>
37
            <id>onejar-maven-plugin.googlecode.com</id>
38
            <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
38
            <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
39
        </pluginRepository>
39
        </pluginRepository>
40
    </pluginRepositories>
40
    </pluginRepositories>
41
 
41
 
42
    <dependencies>
42
    <dependencies>	
-
 
43
 
-
 
44
	<dependency>
-
 
45
		<groupId>commons-collections</groupId>
-
 
46
		<artifactId>commons-collections</artifactId>
-
 
47
		<version>3.2.1</version>
-
 
48
	</dependency>
43
        <dependency>
49
        <dependency>
44
            <groupId>org.springframework</groupId>
50
            <groupId>org.springframework</groupId>
45
            <artifactId>spring-context</artifactId>
51
            <artifactId>spring-context</artifactId>
46
            <version>3.0.5.RELEASE</version>
52
            <version>3.0.5.RELEASE</version>
47
        </dependency>
53
        </dependency>