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