Subversion Repositories SmartDukaan

Rev

Rev 19049 | 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>
20659 amit.gupta 103
    <dependency>
104
      <groupId>readonly.apache</groupId>
105
      <artifactId>commons-lang</artifactId>
106
      <version>2.4</version>
107
    </dependency>
2354 chandransh 108
 
109
    <dependency>
110
      <groupId>junit</groupId>
111
      <artifactId>junit</artifactId>
112
      <version>4.7</version>
113
      <scope>test</scope>
114
    </dependency>
4304 rajveer 115
 
116
	<dependency>
117
		<groupId>commons-io</groupId>
118
		<artifactId>commons-io</artifactId>
119
		<version>2.1</version>
120
	</dependency>
121
 
4286 rajveer 122
    <dependency>
123
		<groupId>commons-fileupload</groupId>
124
		<artifactId>commons-fileupload</artifactId>
125
		<version>1.2.2</version>
126
	</dependency>
127
 
8068 manish.sha 128
    <dependency>
129
    	<groupId>javax.inject</groupId>
130
    	<artifactId>javax.inject</artifactId>
131
    	<version>1</version>
132
    </dependency>
133
    <dependency>
134
    	<groupId>ShipDEWebServiceClient</groupId>
135
    	<artifactId>ShipDEWebServiceClient</artifactId>
136
    	<version>1.0-SNAPSHOT</version>
137
    </dependency>
138
    <dependency>
139
    	<groupId>net.sf.barcode4j</groupId>
140
    	<artifactId>barcode4j</artifactId>
141
    	<version>2.1</version>
142
    </dependency>
19049 manish.sha 143
    <dependency>
144
        <groupId>net.sf.ehcache</groupId>
145
        <artifactId>ehcache</artifactId>
146
        <version>2.4.4</version>
147
        <type>pom</type>
148
    </dependency>
13308 manish.sha 149
    <!--<dependency>
150
      	<groupId>net.sf.opencsv</groupId>
151
		<artifactId>opencsv</artifactId>
152
		<version>2.3</version>
153
      </dependency>
154
    <dependency>
155
    	<groupId>com.google.zxing</groupId>
156
    	<artifactId>core</artifactId>
157
    	<version>2.2</version>
158
    </dependency> -->
2354 chandransh 159
  </dependencies>
160
 
161
  <build>
162
    <!-- Generate compiled stuff in the folder used for developing mode -->
163
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
164
 
165
    <plugins>
166
 
167
      <!-- GWT Maven Plugin -->
168
      <plugin>
169
        <groupId>org.codehaus.mojo</groupId>
170
        <artifactId>gwt-maven-plugin</artifactId>
4112 chandransh 171
        <version>2.4.0</version>
2354 chandransh 172
        <executions>
173
          <execution>
174
            <goals>
175
              <goal>compile</goal>
176
              <goal>test</goal>
177
              <!-- <goal>i18n</goal> -->
178
              <goal>generateAsync</goal>
179
            </goals>
180
          </execution>
181
        </executions>
182
        <!-- Plugin configuration. There are many available options, see gwt-maven-plugin 
183
          documentation at codehaus.org -->
184
        <configuration>
185
          <runTarget>HotspotDashboard.html</runTarget>
186
          <hostedWebapp>${webappDirectory}</hostedWebapp>
187
          <i18nMessagesBundle>in.shop2020.hotspot.dashboard.client.Messages</i18nMessagesBundle>
188
        </configuration>
189
      </plugin>
190
 
191
      <!-- Copy static web files before executing gwt:run -->
192
      <plugin>
193
        <groupId>org.apache.maven.plugins</groupId>
194
        <artifactId>maven-war-plugin</artifactId>
195
        <version>2.1.1</version>
196
        <executions>
197
          <execution>
198
            <phase>compile</phase>
199
            <goals>
200
              <goal>exploded</goal>
201
            </goals>
202
          </execution>
203
        </executions>
204
        <configuration>
205
          <webappDirectory>${webappDirectory}</webappDirectory>
206
        </configuration>
207
      </plugin>
208
 
209
    </plugins>
210
  </build>
211
 
212
</project>