Subversion Repositories SmartDukaan

Rev

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

Rev 8284 Rev 12449
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
3
	<modelVersion>4.0.0</modelVersion>
4
	<groupId>in.shop2020</groupId>
4
	<groupId>in.shop2020</groupId>
5
	<artifactId>AmazonFeeds</artifactId>
5
	<artifactId>AmazonMws</artifactId>
6
	<version>1.0-SNAPSHOT</version>
6
	<version>1.0-SNAPSHOT</version>
7
	<name>AmazonFeeds</name>
7
	<name>AmazonMws</name>
8
	<packaging>jar</packaging>
8
	<packaging>jar</packaging>
9
	<build>
9
	<build>
10
		<plugins>
10
		<plugins>
11
			<plugin>
11
			<plugin>
12
				<artifactId>maven-compiler-plugin</artifactId>
12
				<artifactId>maven-compiler-plugin</artifactId>
Line 72... Line 72...
72
			<groupId>javax.xml.bind</groupId>
72
			<groupId>javax.xml.bind</groupId>
73
			<artifactId>jsr173_api</artifactId>
73
			<artifactId>jsr173_api</artifactId>
74
			<version>1.0</version>
74
			<version>1.0</version>
75
		</dependency>
75
		</dependency>
76
		<dependency>
76
		<dependency>
77
			<groupId>org.apache.thrift</groupId>
-
 
78
			<artifactId>libthrift</artifactId>
-
 
79
			<version>0.7.0</version>
-
 
80
		</dependency>
-
 
81
		<dependency>
-
 
82
			<groupId>com.google.code.maven-play-plugin.org.apache.thrift</groupId>
-
 
83
			<artifactId>thrift</artifactId>
-
 
84
			<version>0.2.0</version>
-
 
85
		</dependency>
-
 
86
		<dependency>
-
 
87
			<groupId>log4j</groupId>
77
			<groupId>log4j</groupId>
88
			<artifactId>log4j</artifactId>
78
			<artifactId>log4j</artifactId>
89
			<version>1.2.14</version>
79
			<version>1.2.14</version>
90
		</dependency>
80
		</dependency>
91
		<dependency>
81
		<dependency>
92
			<groupId>org.apache.hadoop</groupId>
-
 
93
			<artifactId>libthrift</artifactId>
-
 
94
			<version>0.5.0.0</version>
-
 
95
		</dependency>
-
 
96
		<dependency>
-
 
97
			<groupId>in.shop2020</groupId>
-
 
98
			<artifactId>ThriftConfig</artifactId>
-
 
99
			<version>1.0-SNAPSHOT</version>
-
 
100
			<exclusions>
-
 
101
				<exclusion>
-
 
102
					<groupId>readonly.slf4j</groupId>
-
 
103
					<artifactId>slf4j-api</artifactId>
-
 
104
				</exclusion>
-
 
105
				<exclusion>
-
 
106
					<groupId>readonly.slf4j</groupId>
-
 
107
					<artifactId>slf4j-simple</artifactId>
-
 
108
				</exclusion>
-
 
109
			</exclusions>
-
 
110
		</dependency>
-
 
111
		<dependency>
-
 
112
			<groupId>in.shop2020</groupId>
-
 
113
			<artifactId>Common</artifactId>
-
 
114
			<version>1.0-SNAPSHOT</version>
-
 
115
			<exclusions>
-
 
116
				<exclusion>
-
 
117
					<groupId>readonly.slf4j</groupId>
-
 
118
					<artifactId>slf4j-api</artifactId>
-
 
119
				</exclusion>
-
 
120
				<exclusion>
-
 
121
					<groupId>readonly.slf4j</groupId>
-
 
122
					<artifactId>slf4j-simple</artifactId>
-
 
123
				</exclusion>
-
 
124
			</exclusions>
-
 
125
		</dependency>
-
 
126
		<dependency>
-
 
127
			<groupId>in.shop2020</groupId>
82
			<groupId>in.shop2020</groupId>
128
			<artifactId>AmazonObjects</artifactId>
83
			<artifactId>AmazonObjects</artifactId>
129
			<version>1.0-SNAPSHOT</version>
84
			<version>1.0-SNAPSHOT</version>
130
		</dependency>
85
		</dependency>
131
		<dependency>
86
		<dependency>