Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7473 vikram.rag 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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <groupId>in.shop2020</groupId>
4
  <artifactId>AmazonObjects</artifactId>
5
  <version>1.0-SNAPSHOT</version>
6
  <name>AmazonObjects</name>
7
  <packaging>jar</packaging>
8
       <build>
9
              <plugins>
10
  		<plugin>
11
  			<artifactId>maven-compiler-plugin</artifactId>
12
  			<version>2.4</version>
13
  			<configuration>
14
  			    <debug>true</debug>
15
         		<optimize>true</optimize>
16
          		<source>1.6</source>
17
          		<target>1.6</target> 			    
18
  			</configuration>
19
  		</plugin>
20
	  	</plugins>
21
	</build>
22
 
23
  <dependencies>
24
  	<dependency>
25
  		<groupId>javax.activation</groupId>
26
  		<artifactId>activation</artifactId>
27
  		<version>1.1</version>
28
  	</dependency>
29
  	<dependency>
30
  		<groupId>commons-codec</groupId>
31
  		<artifactId>commons-codec</artifactId>
32
  		<version>1.3</version>
33
  	</dependency>
34
  	<dependency>
35
  		<groupId>commons-httpclient</groupId>
36
  		<artifactId>commons-httpclient</artifactId>
37
  		<version>3.0.1</version>
38
  	</dependency>
39
  	<dependency>
40
  		<groupId>commons-logging</groupId>
41
  		<artifactId>commons-logging</artifactId>
42
  		<version>1.1</version>
43
  	</dependency>
44
  	<dependency>
45
  		<groupId>org.apache.httpcomponents</groupId>
46
  		<artifactId>httpclient</artifactId>
47
  		<version>4.2</version>
48
  	</dependency>
49
  	<dependency>
50
  		<groupId>org.apache.httpcomponents</groupId>
51
  		<artifactId>httpcore</artifactId>
52
  		<version>4.2</version>
53
  	</dependency>
54
  	<dependency>
55
  		<groupId>javax.xml</groupId>
56
  		<artifactId>jaxb-api</artifactId>
57
  		<version>2.0</version>
58
  	</dependency>
59
  	  	<dependency>
60
  		<groupId>javax.xml</groupId>
61
  		<artifactId>jaxb-impl</artifactId>
62
  		<version>2.1</version>
63
  	</dependency>
64
  	<dependency>
65
  		<groupId>javax.xml</groupId>
66
  		<artifactId>jaxb-xjc</artifactId>
67
  		<version>2.0EA3</version>
68
  	</dependency>
69
  	<dependency>
70
  		<groupId>javax.xml.bind</groupId>
71
  		<artifactId>jsr173_api</artifactId>
72
  		<version>1.0</version>
73
  	</dependency>
74
  	  	<dependency>
75
  		<groupId>org.apache.thrift</groupId>
76
  		<artifactId>libthrift</artifactId>
77
  		<version>0.7.0</version>
78
  	</dependency>
79
  	<dependency>
80
  		<groupId>com.google.code.maven-play-plugin.org.apache.thrift</groupId>
81
  		<artifactId>thrift</artifactId>
82
  		<version>0.2.0</version>
83
  	</dependency>
84
  	<dependency>
85
  		<groupId>log4j</groupId>
86
  		<artifactId>log4j</artifactId>
87
  		<version>1.2.14</version>
88
  	</dependency>
89
  	<dependency>
90
  		<groupId>org.apache.hadoop</groupId>
91
  		<artifactId>libthrift</artifactId>
92
  		<version>0.5.0.0</version>
93
  	</dependency>
94
  	<dependency>
95
		<groupId>in.shop2020</groupId>
96
                        <artifactId>ThriftConfig</artifactId>
97
                        <version>1.0-SNAPSHOT</version>
98
                        <exclusions>
99
                                <exclusion>
100
                                        <groupId>readonly.slf4j</groupId>
101
                                        <artifactId>slf4j-api</artifactId>
102
                                </exclusion>
103
                                <exclusion>
104
                                        <groupId>readonly.slf4j</groupId>
105
                                        <artifactId>slf4j-simple</artifactId>
106
                                </exclusion>
107
                        </exclusions>
108
                </dependency>
109
                <dependency>
110
                        <groupId>in.shop2020</groupId>
111
                        <artifactId>Common</artifactId>
112
                        <version>1.0-SNAPSHOT</version>
113
                        <exclusions>
114
                                <exclusion>
115
                                        <groupId>readonly.slf4j</groupId>
116
                                        <artifactId>slf4j-api</artifactId>
117
                                </exclusion>
118
                                <exclusion>
119
                                        <groupId>readonly.slf4j</groupId>
120
                                        <artifactId>slf4j-simple</artifactId>
121
                                </exclusion>
122
                        </exclusions>
123
                </dependency>
124
	        <dependency>
125
                        <groupId>in.shop2020</groupId>
126
                        <artifactId>AmazonObjects</artifactId>
127
                        <version>1.0-SNAPSHOT</version>
128
                </dependency>
129
		<dependency>
130
                        <groupId>in.shop2020</groupId>
131
                        <artifactId>AmazonFeeds</artifactId>
132
                        <version>1.0-SNAPSHOT</version>
133
                </dependency>
134
 
135
  </dependencies>
136
</project>