Subversion Repositories SmartDukaan

Rev

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

Rev 4474 Rev 8213
Line 54... Line 54...
54
    <dependency>
54
    <dependency>
55
      <groupId>in.shop2020</groupId>
55
      <groupId>in.shop2020</groupId>
56
      <artifactId>Common</artifactId>
56
      <artifactId>Common</artifactId>
57
      <version>1.0-SNAPSHOT</version>
57
      <version>1.0-SNAPSHOT</version>
58
    </dependency>
58
    </dependency>
-
 
59
 
-
 
60
	
-
 
61
	<dependency>
-
 
62
		<groupId>org.mongodb</groupId>
-
 
63
		<artifactId>mongo-java-driver</artifactId>
-
 
64
		<version>2.10.1</version>
-
 
65
	</dependency>
59
    
66
	    
60
    <dependency>
67
    <dependency>
61
      <groupId>readonly.apache</groupId>
68
      <groupId>readonly.apache</groupId>
62
      <artifactId>commons-collections</artifactId>
69
      <artifactId>commons-collections</artifactId>
63
      <version>3.2.1</version>
70
      <version>3.2.1</version>
64
    </dependency>
71
    </dependency>
Line 182... Line 189...
182
    <dependency>
189
    <dependency>
183
      <groupId>readonly.apache</groupId>
190
      <groupId>readonly.apache</groupId>
184
      <artifactId>poi</artifactId>
191
      <artifactId>poi</artifactId>
185
      <version>3.7-20101029</version>
192
      <version>3.7-20101029</version>
186
    </dependency>
193
    </dependency>
-
 
194
    	<dependency>
-
 
195
    		<groupId>commons-vfs</groupId>
-
 
196
    		<artifactId>commons-vfs</artifactId>
-
 
197
    		<version>1.0</version>
-
 
198
		</dependency> 
-
 
199
	<dependency>
-
 
200
    		<groupId>com.jcraft</groupId>
-
 
201
    		<artifactId>jsch</artifactId>
-
 
202
    		<version>0.1.31</version>
-
 
203
	</dependency>
187
            
204
            
188
    
205
    
189
  </dependencies>
206
  </dependencies>
190
</project>
207
</project>