Subversion Repositories SmartDukaan

Rev

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

Rev 21539 Rev 21593
Line 299... Line 299...
299
		<dependency>
299
		<dependency>
300
			<groupId>org.jsoup</groupId>
300
			<groupId>org.jsoup</groupId>
301
			<artifactId>jsoup</artifactId>
301
			<artifactId>jsoup</artifactId>
302
			<version>1.8.3</version>
302
			<version>1.8.3</version>
303
		</dependency>
303
		</dependency>
-
 
304
		
-
 
305
		<!-- Internal dependency -->
-
 
306
		<dependency>
-
 
307
			<groupId>com.profitmandi</groupId>
-
 
308
			<artifactId>profitmandi-dao</artifactId>
-
 
309
			<version>0.0.1-SNAPSHOT</version>
-
 
310
		</dependency>
-
 
311
		
-
 
312
		<!-- Internal dependency -->
-
 
313
		<dependency>
-
 
314
			<groupId>com.profitmandi</groupId>
-
 
315
			<artifactId>profitmandi-common</artifactId>
-
 
316
			<version>0.0.1-SNAPSHOT</version>
-
 
317
		</dependency>
304
 
318
 
305
 
319
 
306
	</dependencies>
320
	</dependencies>
307
</project>
321
</project>