Subversion Repositories SmartDukaan

Rev

Rev 13312 | Rev 20659 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2354 chandransh 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
 
5
  <!-- POM file generated with GWT webAppCreator -->
6
  <modelVersion>4.0.0</modelVersion>
7
  <groupId>in.shop2020</groupId>
8
  <artifactId>HotspotDashboard</artifactId>
9
  <packaging>war</packaging>
10
  <version>1.0-SNAPSHOT</version>
11
  <name>GWT Maven Archetype</name>
12
 
13
  <properties>
14
    <!-- Convenience property to set the GWT version -->
4112 chandransh 15
    <gwtVersion>2.4.0</gwtVersion>
2354 chandransh 16
    <!-- GWT needs at least java 1.5 -->
17
    <maven.compiler.source>1.5</maven.compiler.source>
18
    <maven.compiler.target>1.5</maven.compiler.target>
19
    <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
20
  </properties>
21
 
22
  <dependencies>
23
    <dependency>
24
      <groupId>in.shop2020</groupId>
25
      <artifactId>ThriftConfig</artifactId>
26
      <version>1.0-SNAPSHOT</version>
27
    </dependency>
28
    <dependency>
29
      <groupId>in.shop2020</groupId>
30
      <artifactId>Common</artifactId>
31
      <version>1.0-SNAPSHOT</version>
32
    </dependency>
33
 
34
    <dependency>
3463 chandransh 35
      <groupId>org.apache.thrift</groupId>
36
      <artifactId>libthrift</artifactId>
37
      <version>0.7.0</version>
38
      <exclusions>
3435 rajveer 39
        <exclusion>
3463 chandransh 40
          <groupId>commons-codec</groupId>
41
          <artifactId>commons-codec</artifactId>
42
	</exclusion>
43
      </exclusions>
44
    </dependency>
2354 chandransh 45
    <dependency>
46
      <groupId>com.google.gwt</groupId>
47
      <artifactId>gwt-servlet</artifactId>
4112 chandransh 48
      <version>2.4.0</version>
2354 chandransh 49
      <scope>runtime</scope>
50
    </dependency>
51
    <dependency>
52
      <groupId>com.google.gwt</groupId>
53
      <artifactId>gwt-user</artifactId>
4112 chandransh 54
      <version>2.4.0</version>
2354 chandransh 55
      <scope>provided</scope>
56
    </dependency>  
57
    <dependency>
58
      <groupId>aopalliance</groupId>
59
      <artifactId>aopalliance</artifactId>
60
      <version>1.0</version>
61
    </dependency>
62
    <dependency>
63
      <groupId>com.google.gwt.inject</groupId>
64
      <artifactId>gin</artifactId>
4112 chandransh 65
      <version>1.5.0</version>
2354 chandransh 66
    </dependency>
67
    <dependency>
68
      <groupId>com.google.inject</groupId>
69
      <artifactId>guice</artifactId>
4112 chandransh 70
      <version>3.0</version>
2354 chandransh 71
    </dependency>
72
    <dependency>
73
      <groupId>com.google.inject.extensions</groupId>
74
      <artifactId>guice-servlet</artifactId>
4112 chandransh 75
      <version>3.0</version>
2354 chandransh 76
    </dependency>
77
    <dependency>
78
      <groupId>net.customware.gwt.dispatch</groupId>
79
      <artifactId>gwt-dispatch</artifactId>
80
      <version>1.0.0</version>
81
    </dependency>
82
    <dependency>
83
      <groupId>readonly.gwt-mvp</groupId>
84
      <artifactId>gwt-mvp</artifactId>
85
      <version>1.0.0</version>
86
    </dependency>
87
 
2786 chandransh 88
    <dependency>
2787 chandransh 89
      <groupId>readonly</groupId>
90
      <artifactId>iText</artifactId>
91
      <version>5.0.4</version>
92
    </dependency>
93
    <dependency>
94
      <groupId>com.ibm.icu</groupId>
95
      <artifactId>icu4j</artifactId>
96
      <version>4.8</version>
97
	</dependency> 
98
    <dependency>
2786 chandransh 99
      <groupId>readonly.apache</groupId>
100
      <artifactId>poi</artifactId>
101
      <version>3.7-20101029</version>
102
    </dependency>
2354 chandransh 103
 
104
    <dependency>
105
      <groupId>junit</groupId>
106
      <artifactId>junit</artifactId>
107
      <version>4.7</version>
108
      <scope>test</scope>
109
    </dependency>
4304 rajveer 110
 
111
	<dependency>
112
		<groupId>commons-io</groupId>
113
		<artifactId>commons-io</artifactId>
114
		<version>2.1</version>
115
	</dependency>
116
 
4286 rajveer 117
    <dependency>
118
		<groupId>commons-fileupload</groupId>
119
		<artifactId>commons-fileupload</artifactId>
120
		<version>1.2.2</version>
121
	</dependency>
122
 
8068 manish.sha 123
    <dependency>
124
    	<groupId>javax.inject</groupId>
125
    	<artifactId>javax.inject</artifactId>
126
    	<version>1</version>
127
    </dependency>
128
    <dependency>
129
    	<groupId>ShipDEWebServiceClient</groupId>
130
    	<artifactId>ShipDEWebServiceClient</artifactId>
131
    	<version>1.0-SNAPSHOT</version>
132
    </dependency>
133
    <dependency>
134
    	<groupId>net.sf.barcode4j</groupId>
135
    	<artifactId>barcode4j</artifactId>
136
    	<version>2.1</version>
137
    </dependency>
19049 manish.sha 138
    <dependency>
139
        <groupId>net.sf.ehcache</groupId>
140
        <artifactId>ehcache</artifactId>
141
        <version>2.4.4</version>
142
        <type>pom</type>
143
    </dependency>
13308 manish.sha 144
    <!--<dependency>
145
      	<groupId>net.sf.opencsv</groupId>
146
		<artifactId>opencsv</artifactId>
147
		<version>2.3</version>
148
      </dependency>
149
    <dependency>
150
    	<groupId>com.google.zxing</groupId>
151
    	<artifactId>core</artifactId>
152
    	<version>2.2</version>
153
    </dependency> -->
2354 chandransh 154
  </dependencies>
155
 
156
  <build>
157
    <!-- Generate compiled stuff in the folder used for developing mode -->
158
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
159
 
160
    <plugins>
161
 
162
      <!-- GWT Maven Plugin -->
163
      <plugin>
164
        <groupId>org.codehaus.mojo</groupId>
165
        <artifactId>gwt-maven-plugin</artifactId>
4112 chandransh 166
        <version>2.4.0</version>
2354 chandransh 167
        <executions>
168
          <execution>
169
            <goals>
170
              <goal>compile</goal>
171
              <goal>test</goal>
172
              <!-- <goal>i18n</goal> -->
173
              <goal>generateAsync</goal>
174
            </goals>
175
          </execution>
176
        </executions>
177
        <!-- Plugin configuration. There are many available options, see gwt-maven-plugin 
178
          documentation at codehaus.org -->
179
        <configuration>
180
          <runTarget>HotspotDashboard.html</runTarget>
181
          <hostedWebapp>${webappDirectory}</hostedWebapp>
182
          <i18nMessagesBundle>in.shop2020.hotspot.dashboard.client.Messages</i18nMessagesBundle>
183
        </configuration>
184
      </plugin>
185
 
186
      <!-- Copy static web files before executing gwt:run -->
187
      <plugin>
188
        <groupId>org.apache.maven.plugins</groupId>
189
        <artifactId>maven-war-plugin</artifactId>
190
        <version>2.1.1</version>
191
        <executions>
192
          <execution>
193
            <phase>compile</phase>
194
            <goals>
195
              <goal>exploded</goal>
196
            </goals>
197
          </execution>
198
        </executions>
199
        <configuration>
200
          <webappDirectory>${webappDirectory}</webappDirectory>
201
        </configuration>
202
      </plugin>
203
 
204
    </plugins>
205
  </build>
206
 
207
</project>