Rev 1283 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"><modelVersion>4.0.0</modelVersion><groupId>in.shop2020</groupId><artifactId>Support</artifactId><packaging>war</packaging><version>1.0-SNAPSHOT</version><name>Supporting services</name><url>http://shop2020.in</url><parent><groupId>in.shop2020</groupId><artifactId>parent</artifactId><version>1.0-SNAPSHOT</version></parent><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><debug>true</debug><optimize>true</optimize><source>1.6</source><target>1.6</target></configuration></plugin></plugins></build><dependencies><dependency><groupId>readonly.apache</groupId><artifactId>thrift</artifactId><version>0.2.0</version></dependency><dependency><groupId>readonly</groupId><artifactId>iText</artifactId><version>5.0.4</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>poi</artifactId><version>3.7-20101029</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>servlet-api</artifactId><version>2.5</version><scope>provided</scope></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>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></dependencies></project>