Rev 8213 | 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>ContentStore</artifactId><packaging>jar</packaging><version>1.0-SNAPSHOT</version><name>Content Store</name><url>http://shop2020.in</url><parent><groupId>in.shop2020</groupId><artifactId>parent</artifactId><version>1.0-SNAPSHOT</version></parent><properties><env>dev</env></properties><build><filters><filter>src/main/filters/${env}/filters.properties</filter></filters><resources><resource><directory>src/main/resources</directory><filtering>true</filtering></resource></resources><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>2.3.2</version><configuration><debug>true</debug><optimize>true</optimize><source>1.6</source><target>1.6</target></configuration></plugin></plugins></build><dependencies><!-- 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><dependency><groupId>org.mongodb</groupId><artifactId>mongo-java-driver</artifactId><version>2.10.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>commons-collections</artifactId><version>3.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>poi-3.6</artifactId><version>20091214</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>poi-scratchpad-3.6</artifactId><version>20091214</version></dependency><dependency><groupId>readonly.apache.xalan-j_2_7_1</groupId><artifactId>serializer</artifactId><version>j_2_7_1</version></dependency><dependency><groupId>readonly.apache.xalan-j_2_7_1</groupId><artifactId>xalan</artifactId><version>j_2_7_1</version></dependency><dependency><groupId>readonly.apache.xalan-j_2_7_1</groupId><artifactId>xercesImpl</artifactId><version>j_2_7_1</version></dependency><dependency><groupId>readonly.apache.xalan-j_2_7_1</groupId><artifactId>xml-apis</artifactId><version>j_2_7_1</version></dependency><dependency><groupId>readonly.apache.xalan-j_2_7_1</groupId><artifactId>xsltc</artifactId><version>j_2_7_1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>velocity</artifactId><version>1.6.3</version></dependency><dependency><groupId>readonly</groupId><artifactId>jython</artifactId><version>2.5.1</version></dependency><dependency><groupId>readonly.bdb</groupId><artifactId>je</artifactId><version>4.1.7</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>commons-cli</groupId><artifactId>commons-cli</artifactId><version>1.2</version></dependency><dependency><groupId>org.json</groupId><artifactId>json</artifactId><version>20090211</version></dependency><dependency><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId><version>2.2.4</version></dependency><dependency><groupId>org.apache.velocity</groupId><artifactId>velocity-tools</artifactId><version>2.0</version></dependency><dependency><groupId>javax.mail</groupId><artifactId>mail</artifactId><version>1.4</version></dependency><dependency><groupId>commons-net</groupId><artifactId>commons-net</artifactId><version>3.0.1</version></dependency><dependency><groupId>readonly.apache</groupId><artifactId>poi</artifactId><version>3.7-20101029</version></dependency><dependency><groupId>commons-vfs</groupId><artifactId>commons-vfs</artifactId><version>1.0</version></dependency><dependency><groupId>com.jcraft</groupId><artifactId>jsch</artifactId><version>0.1.31</version></dependency></dependencies></project>