Subversion Repositories SmartDukaan

Rev

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

Rev 8224 Rev 8285
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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
  <modelVersion>4.0.0</modelVersion>
3
	<modelVersion>4.0.0</modelVersion>
3
  <groupId>in.shop2020</groupId>
4
	<groupId>in.shop2020</groupId>
4
  <artifactId>AmazonReports</artifactId>
5
	<artifactId>AmazonReports</artifactId>
5
  <version>1.0-SNAPSHOT</version>
6
	<version>1.0-SNAPSHOT</version>
6
  <name>AmazonReports</name>
7
	<name>AmazonReports</name>
7
  <packaging>jar</packaging>
8
	<packaging>jar</packaging>
8
       <build>
9
	<build>
9
              <plugins>
10
		<plugins>
10
  		<plugin>
11
			<plugin>
11
  			<artifactId>maven-compiler-plugin</artifactId>
12
				<artifactId>maven-compiler-plugin</artifactId>
12
  			<version>2.4</version>
13
				<version>2.4</version>
13
  			<configuration>
14
				<configuration>
14
  			    <debug>true</debug>
15
					<debug>true</debug>
15
         		<optimize>true</optimize>
16
					<optimize>true</optimize>
16
          		<source>1.6</source>
17
					<source>1.6</source>
17
          		<target>1.6</target> 			    
18
					<target>1.6</target>
18
  			</configuration>
19
				</configuration>
19
  		</plugin>
20
			</plugin>
20
	  	</plugins>
21
		</plugins>
21
	</build>
22
	</build>
22
  
23
 
23
  <dependencies>
24
	<dependencies>
24
  	<dependency>
25
		<dependency>
25
  		<groupId>javax.activation</groupId>
26
			<groupId>javax.activation</groupId>
26
  		<artifactId>activation</artifactId>
27
			<artifactId>activation</artifactId>
27
  		<version>1.1</version>
28
			<version>1.1</version>
28
  	</dependency>
29
		</dependency>
29
  	<dependency>
30
		<dependency>
30
  		<groupId>commons-codec</groupId>
31
			<groupId>commons-codec</groupId>
31
  		<artifactId>commons-codec</artifactId>
32
			<artifactId>commons-codec</artifactId>
32
  		<version>1.3</version>
33
			<version>1.3</version>
33
  	</dependency>
34
		</dependency>
34
  	<dependency>
35
		<dependency>
35
  		<groupId>commons-httpclient</groupId>
36
			<groupId>commons-httpclient</groupId>
36
  		<artifactId>commons-httpclient</artifactId>
37
			<artifactId>commons-httpclient</artifactId>
37
  		<version>3.0.1</version>
38
			<version>3.0.1</version>
38
  	</dependency>
39
		</dependency>
39
  	<dependency>
40
		<dependency>
40
  		<groupId>commons-logging</groupId>
41
			<groupId>commons-logging</groupId>
41
  		<artifactId>commons-logging</artifactId>
42
			<artifactId>commons-logging</artifactId>
42
  		<version>1.1</version>
43
			<version>1.1</version>
43
  	</dependency>
44
		</dependency>
44
  	<dependency>
45
		<dependency>
45
  		<groupId>org.apache.httpcomponents</groupId>
46
			<groupId>org.apache.httpcomponents</groupId>
46
  		<artifactId>httpclient</artifactId>
47
			<artifactId>httpclient</artifactId>
47
  		<version>4.2</version>
48
			<version>4.2</version>
48
  	</dependency>
49
		</dependency>
49
  	<dependency>
50
		<dependency>
50
  		<groupId>org.apache.httpcomponents</groupId>
51
			<groupId>org.apache.httpcomponents</groupId>
51
  		<artifactId>httpcore</artifactId>
52
			<artifactId>httpcore</artifactId>
52
  		<version>4.2</version>
53
			<version>4.2</version>
53
  	</dependency>
54
		</dependency>
54
  	<dependency>
55
		<dependency>
55
                <groupId>javax.xml.bind</groupId>
56
			<groupId>javax.xml.bind</groupId>
56
                <artifactId>jaxb-api</artifactId>
57
			<artifactId>jaxb-api</artifactId>
57
                <version>2.1</version>
58
			<version>2.1</version>
58
  	</dependency>
59
		</dependency>
59
  	  	<dependency>
60
		<dependency>
60
  		<groupId>javax.xml</groupId>
61
			<groupId>javax.xml</groupId>
61
  		<artifactId>jaxb-impl</artifactId>
62
			<artifactId>jaxb-impl</artifactId>
62
  		<version>2.1</version>
63
			<version>2.1</version>
63
  	</dependency>
64
		</dependency>
64
        <dependency>
65
		<dependency>
65
	<groupId>javax.xml</groupId>
66
			<groupId>javax.xml</groupId>
66
	<artifactId>jaxb-xjc</artifactId>
67
			<artifactId>jaxb-xjc</artifactId>
67
	<version>2.0EA3</version>
68
			<version>2.0EA3</version>
68
</dependency>
69
		</dependency>
69
            
70
 
70
  	<dependency>
71
		<dependency>
71
  		<groupId>javax.xml.bind</groupId>
72
			<groupId>javax.xml.bind</groupId>
72
  		<artifactId>jsr173_api</artifactId>
73
			<artifactId>jsr173_api</artifactId>
73
  		<version>1.0</version>
74
			<version>1.0</version>
74
  	</dependency>
75
		</dependency>
75
                <dependency>
76
		<dependency>
76
                        <groupId>org.apache.thrift</groupId>
77
			<groupId>org.apache.thrift</groupId>
77
                        <artifactId>libthrift</artifactId>
78
			<artifactId>libthrift</artifactId>
78
                        <version>0.7.0</version>
79
			<version>0.7.0</version>
79
                </dependency>
80
		</dependency>
80
  	<dependency>
81
		<dependency>
81
  		<groupId>com.google.code.maven-play-plugin.org.apache.thrift</groupId>
82
			<groupId>com.google.code.maven-play-plugin.org.apache.thrift</groupId>
82
  		<artifactId>thrift</artifactId>
83
			<artifactId>thrift</artifactId>
83
  		<version>0.2.0</version>
84
			<version>0.2.0</version>
84
  	</dependency>
85
		</dependency>
85
  	<dependency>
86
		<dependency>
86
  		<groupId>log4j</groupId>
87
			<groupId>log4j</groupId>
87
  		<artifactId>log4j</artifactId>
88
			<artifactId>log4j</artifactId>
88
  		<version>1.2.14</version>
89
			<version>1.2.14</version>
89
  	</dependency>
90
		</dependency>
90
  	<dependency>
91
		<dependency>
91
  		<groupId>org.apache.hadoop</groupId>
92
			<groupId>org.apache.hadoop</groupId>
92
  		<artifactId>libthrift</artifactId>
93
			<artifactId>libthrift</artifactId>
93
  		<version>0.5.0.0</version>
94
			<version>0.5.0.0</version>
94
  	</dependency>
95
		</dependency>
95
  	<dependency>
96
		<dependency>
96
		<groupId>in.shop2020</groupId>
97
			<groupId>in.shop2020</groupId>
97
                        <artifactId>ThriftConfig</artifactId>
98
			<artifactId>ThriftConfig</artifactId>
98
                        <version>1.0-SNAPSHOT</version>
99
			<version>1.0-SNAPSHOT</version>
99
                   </dependency>
100
		</dependency>
100
                <dependency>
101
		<dependency>
101
                        <groupId>in.shop2020</groupId>
102
			<groupId>in.shop2020</groupId>
102
                        <artifactId>Common</artifactId>
103
			<artifactId>Common</artifactId>
103
                        <version>1.0-SNAPSHOT</version>
104
			<version>1.0-SNAPSHOT</version>
104
                </dependency>
105
		</dependency>
105
	        <dependency>
106
		<dependency>
106
                        <groupId>net.sf.opencsv</groupId>
107
			<groupId>net.sf.opencsv</groupId>
107
                        <artifactId>opencsv</artifactId>
108
			<artifactId>opencsv</artifactId>
108
                        <version>2.3</version>
109
			<version>2.3</version>
-
 
110
		</dependency>
-
 
111
		<dependency>
-
 
112
			<groupId>readonly.apache</groupId>
-
 
113
			<artifactId>poi</artifactId>
-
 
114
			<version>3.7-20101029</version>
109
                </dependency>
115
		</dependency>
110
  </dependencies>
116
	</dependencies>
111
</project>
117
</project>