Subversion Repositories SmartDukaan

Rev

Rev 3435 | Rev 3546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3435 Rev 3530
Line 29... Line 29...
29
                    <path>/crm</path>
29
                    <path>/crm</path>
30
                </configuration>
30
                </configuration>
31
            </plugin>
31
            </plugin>
32
            <plugin>
32
            <plugin>
33
                <artifactId>maven-assembly-plugin</artifactId>
33
                <artifactId>maven-assembly-plugin</artifactId>
-
 
34
                <version>2.2.1</version>
34
                <configuration>
35
                <configuration>
35
                    <archive>
36
                    <archive>
36
                        <manifest>
37
                        <manifest>
37
                            <mainClass>in.shop2020.util.EmailReader</mainClass>
38
                            <mainClass>in.shop2020.util.EmailReader</mainClass>
38
                        </manifest>
39
                        </manifest>
39
                    </archive>
40
                    </archive>
40
                    <descriptorRefs>
41
                    <descriptorRefs>
41
                        <descriptorRef>jar-with-dependencies</descriptorRef>
42
                        <descriptorRef>jar-with-dependencies</descriptorRef>
42
                    </descriptorRefs>
43
                    </descriptorRefs>
43
                </configuration>
44
                </configuration>
-
 
45
                <executions>
-
 
46
                    <execution>
-
 
47
                        <id>make-assembly</id> <!-- this is used for inheritance merges -->
-
 
48
                        <phase>package</phase> <!-- bind to the packaging phase -->
-
 
49
                        <goals>
-
 
50
                            <goal>single</goal>
-
 
51
                        </goals>
-
 
52
                    </execution>
-
 
53
                </executions>
44
            </plugin>
54
            </plugin>
45
        </plugins>
55
        </plugins>
46
    </build>
56
    </build>
47
 
57
 
48
    <dependencies>
58
    <dependencies>
Line 161... Line 171...
161
        <dependency>
171
        <dependency>
162
            <groupId>readonly.apache.struts</groupId>
172
            <groupId>readonly.apache.struts</groupId>
163
            <artifactId>xwork-core</artifactId>
173
            <artifactId>xwork-core</artifactId>
164
            <version>2.1.6</version>
174
            <version>2.1.6</version>
165
        </dependency>
175
        </dependency>
166
	    <dependency>
176
        <dependency>
167
	  		<groupId>org.apache.thrift</groupId>
177
            <groupId>org.apache.thrift</groupId>
168
	  		<artifactId>libthrift</artifactId>
178
            <artifactId>libthrift</artifactId>
169
	  		<version>0.7.0</version>
179
            <version>0.7.0</version>
170
	        <exclusions>
180
            <exclusions>
171
	        <exclusion>
181
                <exclusion>
172
			    <groupId>commons-codec</groupId>
182
                    <groupId>commons-codec</groupId>
173
	  			<artifactId>commons-codec</artifactId>
183
                    <artifactId>commons-codec</artifactId>
174
	        </exclusion>
184
                </exclusion>
175
	        </exclusions>
185
            </exclusions>
176
		</dependency>
186
        </dependency>
177
        <dependency>
187
        <dependency>
178
            <groupId>readonly.apache</groupId>
188
            <groupId>readonly.apache</groupId>
179
            <artifactId>velocity</artifactId>
189
            <artifactId>velocity</artifactId>
180
            <version>1.6.3</version>
190
            <version>1.6.3</version>
181
        </dependency>
191
        </dependency>