Subversion Repositories SmartDukaan

Rev

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

Rev 1164 Rev 1693
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>in.shop2020</groupId>
4
  <groupId>in.shop2020</groupId>
5
  <artifactId>ContentCreation</artifactId>
5
  <artifactId>ContentCreation</artifactId>
6
  <packaging>jar</packaging>
6
  <packaging>war</packaging>
7
  <version>1.0-SNAPSHOT</version>
7
  <version>1.0-SNAPSHOT</version>
8
 
8
 
9
  <name>Content Creation</name>
9
  <name>Content Creation</name>
10
  <url>http://shop2020.in</url>
10
  <url>http://shop2020.in</url>
11
 
11
 
Line 153... Line 153...
153
      <artifactId>thrift</artifactId>
153
      <artifactId>thrift</artifactId>
154
      <version>0.2.0</version>
154
      <version>0.2.0</version>
155
    </dependency>
155
    </dependency>
156
    <dependency>
156
    <dependency>
157
      <groupId>readonly.apache</groupId>
157
      <groupId>readonly.apache</groupId>
-
 
158
      <artifactId>tomcat-juli</artifactId>
-
 
159
      <version>unknown</version>
-
 
160
    </dependency>
-
 
161
    <dependency>
-
 
162
      <groupId>readonly.apache</groupId>
158
      <artifactId>velocity</artifactId>
163
      <artifactId>velocity</artifactId>
159
      <version>1.6.3</version>
164
      <version>1.6.3</version>
160
    </dependency>
165
    </dependency>
161
    <dependency>
166
    <dependency>
162
      <groupId>readonly.apache</groupId>
167
      <groupId>readonly.apache</groupId>