Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1023 chandransh 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/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>in.shop2020</groupId>
5
  <artifactId>Support</artifactId>
6
  <packaging>war</packaging>
7
  <version>1.0-SNAPSHOT</version>
8
 
9
  <name>Supporting services</name>
10
  <url>http://shop2020.in</url>
11
 
12
  <parent>
13
    <groupId>in.shop2020</groupId>
14
    <artifactId>parent</artifactId>
15
    <version>1.0-SNAPSHOT</version>
16
  </parent>
17
 
18
  <build>
19
    <plugins>
20
      <plugin>
21
        <groupId>org.apache.maven.plugins</groupId>
22
        <artifactId>maven-compiler-plugin</artifactId>
23
        <configuration>
24
          <debug>true</debug>
25
          <optimize>true</optimize>
26
          <source>1.6</source>
27
          <target>1.6</target>
28
        </configuration>
29
      </plugin>
30
    </plugins>
31
  </build>
32
 
33
  <dependencies>
34
    <dependency>
35
      <groupId>readonly.apache</groupId>
36
      <artifactId>thrift</artifactId>
37
      <version>0.2.0</version>
38
    </dependency>
39
    <dependency>
40
      <groupId>readonly</groupId>
41
      <artifactId>iText</artifactId>
42
      <version>5.0.4</version>
43
    </dependency>
44
    <dependency>
45
      <groupId>readonly.apache</groupId>
46
      <artifactId>poi</artifactId>
47
      <version>3.7-20101029</version>
48
    </dependency>
49
    <dependency>
50
      <groupId>readonly.apache</groupId>
51
      <artifactId>servlet-api</artifactId>
52
      <version>2.5</version>
53
      <scope>provided</scope>
54
    </dependency>
55
    <dependency>
56
      <groupId>readonly.apache.struts</groupId>
57
      <artifactId>struts2-convention-plugin</artifactId>
58
      <version>2.1.8.1</version>
59
    </dependency>
60
    <dependency>
61
      <groupId>readonly.apache.struts</groupId>
62
      <artifactId>struts2-core</artifactId>
63
      <version>2.1.8.1</version>
64
    </dependency>
65
    <dependency>
66
      <groupId>readonly.apache.struts</groupId>
67
      <artifactId>struts2-rest-plugin</artifactId>
68
      <version>2.1.8.1</version>
69
    </dependency>
70
    <dependency>
71
      <groupId>readonly.apache.struts</groupId>
72
      <artifactId>xstream</artifactId>
73
      <version>1.2.2</version>
74
    </dependency>
75
    <dependency>
76
      <groupId>readonly.apache.struts</groupId>
77
      <artifactId>xwork-core</artifactId>
78
      <version>2.1.6</version>
79
    </dependency>
80
    <dependency>
81
      <groupId>in.shop2020</groupId>
82
      <artifactId>ThriftConfig</artifactId>
83
      <version>1.0-SNAPSHOT</version>
84
    </dependency>
85
    <dependency>
86
      <groupId>in.shop2020</groupId>
87
      <artifactId>Common</artifactId>
88
      <version>1.0-SNAPSHOT</version>
89
    </dependency>
90
  </dependencies>
91
</project>