Subversion Repositories SmartDukaan

Rev

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

Rev 1946 Rev 1953
Line 3... Line 3...
3
  <modelVersion>4.0.0</modelVersion>
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>in.shop2020</groupId>
4
  <groupId>in.shop2020</groupId>
5
  <artifactId>PaymentService</artifactId>
5
  <artifactId>PaymentService</artifactId>
6
  <packaging>jar</packaging>
6
  <packaging>jar</packaging>
7
  <version>1.0-SNAPSHOT</version>
7
  <version>1.0-SNAPSHOT</version>
-
 
8
 
-
 
9
  <name>Payment Service</name>
-
 
10
  <url>http://shop2020.in</url>
8
  
11
  
-
 
12
  <parent>
-
 
13
    <groupId>in.shop2020</groupId>
-
 
14
    <artifactId>parent</artifactId>
-
 
15
    <version>1.0-SNAPSHOT</version>
-
 
16
  </parent>
-
 
17
 
9
  <build>
18
  <build>
10
    <plugins>
19
    <plugins>
11
      <plugin>
20
      <plugin>
12
        <groupId>org.apache.maven.plugins</groupId>
21
        <groupId>org.apache.maven.plugins</groupId>
13
        <artifactId>maven-compiler-plugin</artifactId>
22
        <artifactId>maven-compiler-plugin</artifactId>
Line 27... Line 36...
27
      <groupId>readonly.apache</groupId>
36
      <groupId>readonly.apache</groupId>
28
      <artifactId>thrift</artifactId>
37
      <artifactId>thrift</artifactId>
29
      <version>0.2.0</version>
38
      <version>0.2.0</version>
30
    </dependency>
39
    </dependency>
31
    <dependency>
40
    <dependency>
-
 
41
      <groupId>readonly.apache</groupId>
-
 
42
      <artifactId>log4j</artifactId>
-
 
43
      <version>1.2.16</version>
-
 
44
    </dependency>
-
 
45
    <dependency>
-
 
46
      <groupId>readonly.apache</groupId>
-
 
47
      <artifactId>commons-logging</artifactId>
-
 
48
      <version>1.0.4</version>
-
 
49
    </dependency>
-
 
50
    <dependency>
32
      <groupId>in.shop2020</groupId>
51
      <groupId>in.shop2020</groupId>
33
      <artifactId>ThriftConfig</artifactId>
52
      <artifactId>ThriftConfig</artifactId>
34
      <version>1.0-SNAPSHOT</version>
53
      <version>1.0-SNAPSHOT</version>
35
    </dependency>
54
    </dependency>
-
 
55
	<dependency>
-
 
56
	    <groupId>org.slf4j</groupId>
-
 
57
	    <artifactId>slf4j-api</artifactId>
-
 
58
	    <version>1.6.1</version>
-
 
59
	</dependency>
-
 
60
	<dependency>
-
 
61
	    <groupId>org.slf4j</groupId>
-
 
62
	    <artifactId>slf4j-log4j12</artifactId>
-
 
63
	    <version>1.6.1</version>
-
 
64
	</dependency>
36
    <dependency>
65
    <dependency>
37
		<groupId>org.mybatis</groupId>
66
		<groupId>org.mybatis</groupId>
38
		<artifactId>mybatis-spring</artifactId>
67
		<artifactId>mybatis-spring</artifactId>
39
		<version>1.0.0</version>
68
		<version>1.0.0</version>
40
	</dependency>
69
	</dependency>
41
	<dependency>
70
	<dependency>
-
 
71
		<groupId>org.mybatis</groupId>
-
 
72
		<artifactId>mybatis</artifactId>
-
 
73
		<version>3.0.4</version>
-
 
74
	</dependency>
-
 
75
	<dependency>
42
		<groupId>cglib</groupId>
76
		<groupId>cglib</groupId>
43
		<artifactId>cglib</artifactId>
77
		<artifactId>cglib</artifactId>
44
		<version>2.2</version>
78
		<version>2.2</version>
45
	</dependency>
79
	</dependency>
-
 
80
	<dependency>
-
 
81
		<groupId>commons-pool</groupId>
-
 
82
		<artifactId>commons-pool</artifactId>
-
 
83
		<version>1.5.6</version>
-
 
84
	</dependency>
-
 
85
	<dependency>
-
 
86
	    <groupId>commons-dbcp</groupId>
-
 
87
	    <artifactId>commons-dbcp</artifactId>
-
 
88
	    <version>1.4</version>
-
 
89
	</dependency>
-
 
90
	<dependency>
-
 
91
	    <groupId>aopalliance</groupId>
-
 
92
	    <artifactId>aopalliance</artifactId>
-
 
93
	    <version>1.0</version>
-
 
94
	</dependency>
-
 
95
	<dependency>
-
 
96
	    <groupId>org.springframework</groupId>
-
 
97
	    <artifactId>spring-aop</artifactId>
-
 
98
	    <version>3.0.5.RELEASE</version>
-
 
99
	</dependency>
-
 
100
	<dependency>
-
 
101
	    <groupId>org.springframework</groupId>
-
 
102
	    <artifactId>spring-asm</artifactId>
-
 
103
	    <version>3.0.5.RELEASE</version>
-
 
104
	</dependency>
-
 
105
	<dependency>
-
 
106
	    <groupId>org.springframework</groupId>
-
 
107
	    <artifactId>spring-beans</artifactId>
-
 
108
	    <version>3.0.5.RELEASE</version>
-
 
109
	</dependency>
-
 
110
	<dependency>
-
 
111
	    <groupId>org.springframework</groupId>
-
 
112
	    <artifactId>spring-context</artifactId>
-
 
113
	    <version>3.0.5.RELEASE</version>
-
 
114
	</dependency>
-
 
115
	<dependency>
-
 
116
	    <groupId>org.springframework</groupId>
-
 
117
	    <artifactId>spring-core</artifactId>
-
 
118
	    <version>3.0.5.RELEASE</version>
-
 
119
	</dependency>
-
 
120
	<dependency>
-
 
121
	    <groupId>org.springframework</groupId>
-
 
122
	    <artifactId>spring-expression</artifactId>
-
 
123
	    <version>3.0.5.RELEASE</version>
-
 
124
	</dependency>
-
 
125
	<dependency>
-
 
126
	    <groupId>org.springframework</groupId>
-
 
127
	    <artifactId>spring-jdbc</artifactId>
-
 
128
	    <version>3.0.5.RELEASE</version>
-
 
129
	</dependency>
-
 
130
	<dependency>
-
 
131
	    <groupId>org.springframework</groupId>
-
 
132
	    <artifactId>spring-tx</artifactId>
-
 
133
	    <version>3.0.5.RELEASE</version>
-
 
134
	</dependency>
-
 
135
	<dependency>
-
 
136
	    <groupId>asm</groupId>
-
 
137
	    <artifactId>asm</artifactId>
-
 
138
	    <version>3.1</version>
-
 
139
	</dependency>
-
 
140
	<dependency>
-
 
141
	    <groupId>mysql</groupId>
-
 
142
	    <artifactId>mysql-connector-java</artifactId>
-
 
143
	    <version>5.1.16</version>
-
 
144
	</dependency>
46
  </dependencies>
145
  </dependencies>
47
</project>
-
 
48
146
</project>
-
 
147