Subversion Repositories SmartDukaan

Rev

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

Rev 3429 Rev 6627
Line 90... Line 90...
90
    <dependency>
90
    <dependency>
91
	  <groupId>javax.mail</groupId>
91
	  <groupId>javax.mail</groupId>
92
	  <artifactId>mail</artifactId>
92
	  <artifactId>mail</artifactId>
93
	  <version>1.4</version>
93
	  <version>1.4</version>
94
	</dependency>
94
	</dependency>
95
    
95
    <dependency>
-
 
96
          <!-- jsoup HTML parser library @ http://jsoup.org/ -->
-
 
97
          <groupId>org.jsoup</groupId>
-
 
98
          <artifactId>jsoup</artifactId>
-
 
99
          <version>1.7.1</version>
-
 
100
        </dependency>
96
  </dependencies>
101
  </dependencies>
97
</project>
102
</project>