Subversion Repositories SmartDukaan

Rev

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

Rev 1727 Rev 1728
Line 1... Line 1...
1
<project xsi: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">
1
<project xsi: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">
2
  <modelVersion>4.0.0</modelVersion>
2
  <modelVersion>4.0.0</modelVersion>
3
  <groupId>in.shop2020</groupId>
3
  <groupId>in.shop2020</groupId>
4
  <artifactId>FbApps</artifactId>
4
  <artifactId>Social</artifactId>
5
  <packaging>war</packaging>
5
  <packaging>war</packaging>
6
  <version>1.0-Snapshot</version>
6
  <version>1.0-Snapshot</version>
-
 
7
 
-
 
8
  <name>Social Network Applications</name>
-
 
9
  <url>http://shop2020.in</url>
7
	
10
	
-
 
11
  <parent>
-
 
12
    <groupId>in.shop2020</groupId>
-
 
13
    <artifactId>parent</artifactId>
-
 
14
    <version>1.0-SNAPSHOT</version>
-
 
15
  </parent>
-
 
16
  
8
  <dependencies>
17
  <dependencies>
9
    <dependency>
18
    <dependency>
10
      <groupId>readonly.apache</groupId>
19
      <groupId>readonly.apache</groupId>
11
      <artifactId>thrift</artifactId>
20
      <artifactId>thrift</artifactId>
12
      <version>0.2.0</version>
21
      <version>0.2.0</version>