Subversion Repositories SmartDukaan

Rev

Rev 4286 | Rev 8068 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4286 Rev 4304
Line 105... Line 105...
105
      <groupId>junit</groupId>
105
      <groupId>junit</groupId>
106
      <artifactId>junit</artifactId>
106
      <artifactId>junit</artifactId>
107
      <version>4.7</version>
107
      <version>4.7</version>
108
      <scope>test</scope>
108
      <scope>test</scope>
109
    </dependency>
109
    </dependency>
-
 
110
 
-
 
111
	<dependency>
-
 
112
		<groupId>commons-io</groupId>
-
 
113
		<artifactId>commons-io</artifactId>
-
 
114
		<version>2.1</version>
-
 
115
	</dependency>
110
    
116
                
111
    <dependency>
117
    <dependency>
112
		<groupId>commons-fileupload</groupId>
118
		<groupId>commons-fileupload</groupId>
113
		<artifactId>commons-fileupload</artifactId>
119
		<artifactId>commons-fileupload</artifactId>
114
		<version>1.2.2</version>
120
		<version>1.2.2</version>
115
	</dependency>
121
	</dependency>