Subversion Repositories SmartDukaan

Rev

Rev 7924 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7905 manish.sha 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>ShipDEWebServiceClient</groupId>
4
  <artifactId>ShipDEWebServiceClient</artifactId>
5
  <version>1.0-SNAPSHOT</version>
6
  <name>ShipDEWebServiceClient</name>
7
  <description>ShipDEWebServiceClient</description>
8
 
9
  <build>
10
  <plugins>
11
      <plugin>
12
        <groupId>org.apache.maven.plugins</groupId>
13
        <artifactId>maven-compiler-plugin</artifactId>
14
        <version>2.4</version>
15
        <configuration>
16
          <debug>true</debug>
17
          <optimize>true</optimize>
18
          <source>1.6</source>
19
          <target>1.6</target>
20
        </configuration>
21
      </plugin>
22
    </plugins>
23
  </build>
24
  <dependencies>
25
  	<dependency>
26
  		<groupId>javax.activation</groupId>
27
  		<artifactId>activation</artifactId>
28
  		<version>1.1</version>
29
  	</dependency>
30
  	<dependency>
31
  		<groupId>commons-discovery</groupId>
32
  		<artifactId>commons-discovery</artifactId>
33
  		<version>0.2</version>
34
  	</dependency>
35
  	<dependency>
36
  		<groupId>commons-logging</groupId>
37
  		<artifactId>commons-logging</artifactId>
38
  		<version>1.0.4</version>
39
  	</dependency>
40
  	<dependency>
41
  		<groupId>org.apache.axis</groupId>
42
  		<artifactId>axis-jaxrpc</artifactId>
43
  		<version>1.4</version>
44
  	</dependency>
45
  	<dependency>
46
  		<groupId>org.apache.axis</groupId>
47
  		<artifactId>axis</artifactId>
48
  		<version>1.4</version>
49
  	</dependency>
50
  	<dependency>
51
  		<groupId>org.apache.axis</groupId>
52
  		<artifactId>axis-ant</artifactId>
53
  		<version>1.4</version>
54
  	</dependency>
55
  	<dependency>
56
  		<groupId>log4j</groupId>
57
  		<artifactId>log4j</artifactId>
58
  		<version>1.2.8</version>
59
  	</dependency>
31038 amit.gupta 60
  	<!-- <dependency>
7905 manish.sha 61
  		<groupId>javax.mail</groupId>
62
  		<artifactId>mailapi</artifactId>
63
  		<version>1.4.3</version>
31038 amit.gupta 64
  	</dependency> -->
7905 manish.sha 65
  	<dependency>
66
  		<groupId>org.apache.axis</groupId>
67
  		<artifactId>axis-saaj</artifactId>
68
  		<version>1.4</version>
69
  	</dependency>
70
  	<dependency>
71
  		<groupId>axis</groupId>
72
  		<artifactId>axis-wsdl4j</artifactId>
73
  		<version>1.5.1</version>
74
  	</dependency>
75
  	<dependency>
76
  		<groupId>in.shop2020</groupId>
77
  		<artifactId>ThriftConfig</artifactId>
78
  		<version>1.0-SNAPSHOT</version>
79
  	</dependency>
80
  </dependencies>
81
</project>