Subversion Repositories SmartDukaan

Rev

Rev 8636 | 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/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>in.shop2020</groupId>
        <artifactId>SnapDealFeeds</artifactId>
        <version>1.0-SNAPSHOT</version>
        <name>SnapDealFeeds</name>
        <packaging>jar</packaging>
        <build>
                <plugins>
                        <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.4</version>
                                <configuration>
                                        <debug>true</debug>
                                        <optimize>true</optimize>
                                        <source>1.6</source>
                                        <target>1.6</target>
                                </configuration>
                        </plugin>
                </plugins>
        </build>

        <dependencies>
                <dependency>
                        <groupId>javax.xml.bind</groupId>
                        <artifactId>jaxb-api</artifactId>
                        <version>2.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.thrift</groupId>
                        <artifactId>libthrift</artifactId>
                        <version>0.7.0</version>
                </dependency>
                <dependency>
                        <groupId>in.shop2020</groupId>
                        <artifactId>ThriftConfig</artifactId>
                        <version>1.0-SNAPSHOT</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>readonly.slf4j</groupId>
                                        <artifactId>slf4j-api</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>readonly.slf4j</groupId>
                                        <artifactId>slf4j-simple</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <groupId>in.shop2020</groupId>
                        <artifactId>Common</artifactId>
                        <version>1.0-SNAPSHOT</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>readonly.slf4j</groupId>
                                        <artifactId>slf4j-api</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>readonly.slf4j</groupId>
                                        <artifactId>slf4j-simple</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <groupId>com.jcraft</groupId>
                        <artifactId>jsch</artifactId>
                        <version>0.1.48</version>
                </dependency>
                <dependency>
                        <groupId>ant</groupId>
                        <artifactId>ant-jsch</artifactId>
                        <version>1.6.5</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.ant</groupId>
                        <artifactId>ant</artifactId>
                        <version>1.7.0</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.groovy.maven.support</groupId>
                        <artifactId>ant-launcher-1.7.0</artifactId>
                        <version>1.0-rc-2</version>
                </dependency>
                <dependency>
                        <groupId>readonly.apache</groupId>
                        <artifactId>poi</artifactId>
                        <version>3.7-20101029</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpmime</artifactId>
                        <version>4.2.1</version>
                </dependency>
        </dependencies>
</project>