Subversion Repositories SmartDukaan

Rev

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

Rev 4112 Rev 4286
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-fileupload</groupId>
-
 
113
		<artifactId>commons-fileupload</artifactId>
-
 
114
		<version>1.2.2</version>
-
 
115
	</dependency>
-
 
116
            
110
  </dependencies>
117
  </dependencies>
111
 
118
 
112
  <build>
119
  <build>
113
    <!-- Generate compiled stuff in the folder used for developing mode -->
120
    <!-- Generate compiled stuff in the folder used for developing mode -->
114
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
121
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>