Rev 16529 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<projectxsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><modelVersion>4.0.0</modelVersion><groupId>in.shop2020</groupId><artifactId>Crm</artifactId><version>1.0-SNAPSHOT</version><packaging>war</packaging><name>Crm Maven Webapp</name><parent><artifactId>parent</artifactId><groupId>in.shop2020</groupId><version>1.0-SNAPSHOT</version></parent><properties><shiro.version>1.1.0</shiro.version></properties><build><plugins><plugin><groupId>org.codehaus.mojo</groupId><artifactId>tomcat-maven-plugin</artifactId><version>1.1</version><configuration><url>http://localhost:8080/manager</url><server>mytomcat</server><path>/crm</path></configuration></plugin><plugin><artifactId>maven-assembly-plugin</artifactId><version>2.2.1</version><configuration><archive><manifest><mainClass>in.shop2020.util.EmailReader</mainClass></manifest></archive><descriptorRefs><descriptorRef>jar-with-dependencies</descriptorRef></descriptorRefs></configuration><executions><execution><id>make-assembly</id> <!-- this is used for inheritance merges --><phase>package</phase> <!-- bind to the packaging phase --><goals><goal>single</goal></goals></execution></executions></plugin></plugins></build><dependencies><!-- Servlet API is only required at compile time. It should be providedby the container at the run time. --><dependency><groupId>readonly.apache</groupId><artifactId>servlet-api</artifactId><version>2.5</version><scope>provided</scope></dependency><!-- Internal Dependencies --><dependency><groupId>in.shop2020</groupId><artifactId>ThriftConfig</artifactId><version>1.0-SNAPSHOT</version></dependency><dependency><groupId>in.shop2020</groupId><artifactId>Common</artifactId><version>1.0-SNAPSHOT</version></dependency><!-- All the other dependencies. --><dependency><groupId>readonly.apache</groupId><artifactId>commons-codec</artifactId><version>1.4</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-collections</artifactId><version>3.2.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-digester</artifactId><version>2.0</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-fileupload</artifactId><version>1.2.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-io</artifactId><version>1.3.2</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-lang</artifactId><version>2.4</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-logging</artifactId><version>1.0.4</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-logging-api</artifactId><version>1.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-validator</artifactId><version>1.3.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>ezmorph</artifactId><version>1.0.3</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>json-lib</artifactId><version>2.1-jdk15</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>jsp-api</artifactId><version>2.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>log4j</artifactId><version>1.2.16</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>ognl</artifactId><version>2.7.3</version></dependency><dependency><groupId>readonly.apache.struts</groupId><artifactId>struts2-convention-plugin</artifactId><version>2.1.8.1</version></dependency><dependency><groupId>readonly.apache.struts</groupId><artifactId>struts2-core</artifactId><version>2.1.8.1</version></dependency><dependency><groupId>readonly.apache.struts</groupId><artifactId>struts2-rest-plugin</artifactId><version>2.1.8.1</version></dependency><dependency><groupId>readonly.apache.struts</groupId><artifactId>xstream</artifactId><version>1.2.2</version></dependency><dependency><groupId>readonly.apache.struts</groupId><artifactId>xwork-core</artifactId><version>2.1.6</version></dependency><dependency><groupId>org.apache.thrift</groupId><artifactId>libthrift</artifactId><version>0.7.0</version><exclusions><exclusion><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId></exclusion></exclusions></dependency><dependency><groupId>readonly.apache</groupId><artifactId>velocity</artifactId><version>1.6.3</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>velocity-tools</artifactId><version>1.4</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>xpp3_min</artifactId><version>1.1.3.4.O</version></dependency><dependency><groupId>readonly</groupId><artifactId>freemarker</artifactId><version>2.3.15</version></dependency><dependency><groupId>readonly</groupId><artifactId>yuicompressor</artifactId><version>2.4.2</version></dependency><dependency><groupId>org.apache.shiro</groupId><artifactId>shiro-core</artifactId><version>${shiro.version}</version></dependency><dependency><groupId>org.apache.shiro</groupId><artifactId>shiro-web</artifactId><version>${shiro.version}</version></dependency><dependency><groupId>net.htmlparser.jericho</groupId><artifactId>jericho-html</artifactId><version>3.1</version></dependency><dependency><groupId>ShipDEWebServiceClient</groupId><artifactId>ShipDEWebServiceClient</artifactId><version>1.0-SNAPSHOT</version></dependency><dependency><groupId>com.sendgrid</groupId><artifactId>sendgrid-java</artifactId><version>2.2.1</version></dependency><dependency><groupId>org.json</groupId><artifactId>json</artifactId><version>20090211</version></dependency><dependency><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId><version>4.3.4</version></dependency></dependencies></project>