Subversion Repositories SmartDukaan

Rev

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

Rev 9346 Rev 9443
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
 
4
 
5
    <groupId>in.shop2020</groupId>
5
	<groupId>in.shop2020</groupId>
6
    <artifactId>AdwordsServices</artifactId>
6
	<artifactId>AdwordsServices</artifactId>
7
    <version>1.0-SNAPSHOT</version>
7
	<version>1.0-SNAPSHOT</version>
8
    <packaging>jar</packaging>
8
	<packaging>jar</packaging>
9
 
9
 
10
    <name>AdwordsServices</name>
10
	<name>AdwordsServices</name>
11
    <url>http://maven.apache.org</url>
11
	<url>http://maven.apache.org</url>
12
    <parent>
12
	<parent>
13
        <artifactId>parent</artifactId>
13
		<artifactId>parent</artifactId>
14
        <groupId>in.shop2020</groupId>
14
		<groupId>in.shop2020</groupId>
15
        <version>1.0-SNAPSHOT</version>
15
		<version>1.0-SNAPSHOT</version>
16
    </parent>
16
	</parent>
17
 
17
 
18
    <properties>
18
	<properties>
19
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
    </properties>
20
	</properties>
21
 
21
 
22
    <build>
22
	<build>
23
    <plugins>
23
		<plugins>
24
      <plugin>
24
			<plugin>
25
        <groupId>org.apache.maven.plugins</groupId>
25
				<groupId>org.apache.maven.plugins</groupId>
26
        <artifactId>maven-compiler-plugin</artifactId>
26
				<artifactId>maven-compiler-plugin</artifactId>
27
        <version>2.3.2</version>
27
				<version>2.3.2</version>
28
        <configuration>
28
				<configuration>
29
          <debug>true</debug>
29
					<debug>true</debug>
30
          <optimize>true</optimize>
30
					<optimize>true</optimize>
31
          <source>1.6</source>
31
					<source>1.6</source>
32
          <target>1.6</target>
32
					<target>1.6</target>
33
        </configuration>
33
				</configuration>
34
      </plugin>
34
			</plugin>
35
      <plugin>
35
			<plugin>
36
        <groupId>org.codehaus.mojo</groupId>
36
				<groupId>org.codehaus.mojo</groupId>
37
        <artifactId>exec-maven-plugin</artifactId>
37
				<artifactId>exec-maven-plugin</artifactId>
38
        <version>1.2.1</version>
38
				<version>1.2.1</version>
39
        <executions>
39
				<executions>
40
          <execution>
40
					<execution>
41
            <goals>
41
						<goals>
42
              <goal>java</goal>
42
							<goal>java</goal>
43
            </goals>
43
						</goals>
44
          </execution>
44
					</execution>
45
        </executions>
45
				</executions>
46
      </plugin>
46
			</plugin>
47
    </plugins>
47
		</plugins>
48
    </build>
48
	</build>
49
	<dependencies>
49
	<dependencies>
50
		<dependency>
50
		<dependency>
51
			<groupId>junit</groupId>
51
			<groupId>junit</groupId>
52
			<artifactId>junit</artifactId>
52
			<artifactId>junit</artifactId>
53
			<version>4.8.2</version>
53
			<version>4.8.2</version>
Line 147... Line 147...
147
			<groupId>org.mybatis</groupId>
147
			<groupId>org.mybatis</groupId>
148
			<artifactId>mybatis</artifactId>
148
			<artifactId>mybatis</artifactId>
149
			<version>3.0.4</version>
149
			<version>3.0.4</version>
150
		</dependency>
150
		</dependency>
151
		<dependency>
151
		<dependency>
152
		 <groupId>com.google.api-ads.examples</groupId>
152
			<groupId>com.google.api-ads.examples</groupId>
153
		 <artifactId>adwords-axis-examples</artifactId>
153
			<artifactId>adwords-axis-examples</artifactId>
154
  		 <version>1.20.0</version>
154
			<version>1.20.0</version>
155
		</dependency>
155
		</dependency>
156
		<dependency>
156
		<dependency>
157
		<groupId>javax.inject</groupId>
157
			<groupId>javax.inject</groupId>
158
  		<artifactId>javax.inject</artifactId>
158
			<artifactId>javax.inject</artifactId>
159
  		<version>1</version>
159
			<version>1</version>
160
		</dependency>
-
 
161
		<dependency>
-
 
162
		<groupId>com.google.guava</groupId>
-
 
163
		<artifactId>guava</artifactId>
-
 
164
		<version>r09</version>
-
 
165
		</dependency>
-
 
166
		<dependency>
-
 
167
		<groupId>xpp3</groupId>
-
 
168
		<artifactId>xpp3</artifactId>
-
 
169
		<version>1.1.4c</version>
-
 
170
		</dependency>
-
 
171
		<dependency>
-
 
172
			<groupId>com.google.api-client</groupId>
-
 
173
			<artifactId>google-api-client</artifactId>
-
 
174
			<version>1.5.0-beta</version>
-
 
175
		</dependency>
-
 
176
		<dependency>
-
 
177
		<groupId>com.google.http-client</groupId>
-
 
178
	    <artifactId>google-http-client</artifactId>
-
 
179
	    <version>1.5.0-beta</version>
-
 
180
		</dependency>
-
 
181
		<dependency>
-
 
182
		<groupId>org.mongodb</groupId>
-
 
183
		<artifactId>mongo-java-driver</artifactId>
-
 
184
		<version>2.11.0</version>
-
 
185
		</dependency>
160
		</dependency>
-
 
161
 
186
		<dependency>
162
		<dependency>
187
			<groupId>in.shop2020</groupId>
163
			<groupId>in.shop2020</groupId>
188
			<artifactId>ThriftConfig</artifactId>
164
			<artifactId>ThriftConfig</artifactId>
189
			<version>1.0-SNAPSHOT</version>
165
			<version>1.0-SNAPSHOT</version>
190
			<exclusions>
166
			<exclusions>