Subversion Repositories SmartDukaan

Rev

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

Rev 8616 Rev 8632
Line 75... Line 75...
75
		<dependency>
75
		<dependency>
76
			<groupId>org.apache.ant</groupId>
76
			<groupId>org.apache.ant</groupId>
77
			<artifactId>ant</artifactId>
77
			<artifactId>ant</artifactId>
78
			<version>1.7.0</version>
78
			<version>1.7.0</version>
79
		</dependency>
79
		</dependency>
-
 
80
		<dependency>
-
 
81
			<groupId>org.apache.ant</groupId>
-
 
82
			<artifactId>ant-jsch</artifactId>
-
 
83
			<version>1.7.0</version>
-
 
84
		</dependency>
80
	</dependencies>
85
	</dependencies>
81
</project>
86
</project>
82
 
87