Subversion Repositories SmartDukaan

Rev

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

Rev 8632 Rev 8633
Line 80... Line 80...
80
		<dependency>
80
		<dependency>
81
			<groupId>org.apache.ant</groupId>
81
			<groupId>org.apache.ant</groupId>
82
			<artifactId>ant-jsch</artifactId>
82
			<artifactId>ant-jsch</artifactId>
83
			<version>1.7.0</version>
83
			<version>1.7.0</version>
84
		</dependency>
84
		</dependency>
-
 
85
		<dependency>
-
 
86
			<groupId>org.apache.ant</groupId>
-
 
87
			<artifactId>ant-nodeps</artifactId>
-
 
88
			<version>1.7.0</version>
-
 
89
		</dependency>
85
	</dependencies>
90
	</dependencies>
86
</project>
91
</project>
87
 
92