Subversion Repositories SmartDukaan

Rev

Rev 20659 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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