Subversion Repositories SmartDukaan

Rev

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

Rev 31037 Rev 31039
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>in.shop2020</groupId>
-
 
6
	<artifactId>Common</artifactId>
5
	<artifactId>Common</artifactId>
7
	<packaging>jar</packaging>
6
	<packaging>jar</packaging>
8
	<version>1.0-SNAPSHOT</version>
-
 
9
 
-
 
10
	<name>Java Clients for Thrift Services</name>
7
	<name>Java Clients for Thrift Services</name>
11
	<url>http://shop2020.in</url>
8
	<url>http://shop2020.in</url>
12
 
9
 
13
	<parent>
10
	<parent>
14
		<groupId>in.shop2020</groupId>
11
		<groupId>in.shop2020</groupId>
Line 93... Line 90...
93
 
90
 
94
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
91
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
95
		<dependency>
92
		<dependency>
96
			<groupId>javax.mail</groupId>
93
			<groupId>javax.mail</groupId>
97
			<artifactId>mail</artifactId>
94
			<artifactId>mail</artifactId>
98
			<version>1.5.0-b01</version>
95
			<version>1.4</version>
99
		</dependency>
96
		</dependency>
100
 
97
 
101
		<dependency>
98
		<dependency>
102
			<!-- jsoup HTML parser library @ http://jsoup.org/ -->
99
			<!-- jsoup HTML parser library @ http://jsoup.org/ -->
103
			<groupId>org.jsoup</groupId>
100
			<groupId>org.jsoup</groupId>