Subversion Repositories SmartDukaan

Rev

Rev 21562 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21562 Rev 21616
Line 48... Line 48...
48
			</plugin>
48
			</plugin>
49
		</plugins>
49
		</plugins>
50
	</build>
50
	</build>
51
	<dependencies>
51
	<dependencies>
52
		<!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support -->
52
		<!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support -->
53
		
53
 
54
		<!-- Internal Dependencies -->
54
		<!-- Internal Dependencies -->
55
		<dependency>
55
		<dependency>
56
			<groupId>com.profitmandi</groupId>
56
			<groupId>com.profitmandi</groupId>
57
			<artifactId>profitmandi-common</artifactId>
57
			<artifactId>profitmandi-common</artifactId>
58
			<version>0.0.1-SNAPSHOT</version>
58
			<version>0.0.1-SNAPSHOT</version>
59
		</dependency>
59
		</dependency>
60
		<dependency>
60
		<dependency>
61
			<groupId>com.profitmandi</groupId>
61
			<groupId>com.profitmandi</groupId>
62
			<artifactId>profitmandi-dao</artifactId>
62
			<artifactId>profitmandi-dao</artifactId>
63
			<version>0.0.1-SNAPSHOT</version>
63
			<version>0.0.1-SNAPSHOT</version>
-
 
64
			<exclusions>
-
 
65
				<exclusion>
-
 
66
					<groupId>dom4j</groupId>
-
 
67
					<artifactId>dom4j</artifactId>
-
 
68
				</exclusion>
-
 
69
			</exclusions>
64
		</dependency>
70
		</dependency>
65
		<dependency>
71
		<dependency>
66
			<groupId>org.freemarker</groupId>
72
			<groupId>dom4j</groupId>
67
			<artifactId>freemarker</artifactId>
73
			<artifactId>dom4j</artifactId>
68
			<version>2.3.23</version>
74
			<version>1.6</version>
69
		</dependency>
75
		</dependency>
70
 
76
 
71
		<!-- Spring dependencies -->
77
		<!-- Spring dependencies -->
72
		<dependency>
78
		<dependency>
73
			<groupId>org.springframework</groupId>
79
			<groupId>org.springframework</groupId>
Line 121... Line 127...
121
			<groupId>javax.servlet</groupId>
127
			<groupId>javax.servlet</groupId>
122
			<artifactId>javax.servlet-api</artifactId>
128
			<artifactId>javax.servlet-api</artifactId>
123
			<version>3.1.0</version>
129
			<version>3.1.0</version>
124
		</dependency>
130
		</dependency>
125
 
131
 
126
		<!-- Logging -->
-
 
127
		<dependency>
132
		<dependency>
128
			<groupId>org.slf4j</groupId>
133
			<groupId>org.apache.velocity</groupId>
129
			<artifactId>slf4j-api</artifactId>
134
			<artifactId>velocity</artifactId>
130
			<version>1.7.22</version>
135
			<version>1.7</version>
131
		</dependency>
136
		</dependency>
-
 
137
 
132
		<dependency>
138
		<dependency>
133
			<groupId>org.slf4j</groupId>
139
			<groupId>org.apache.velocity</groupId>
134
			<artifactId>slf4j-simple</artifactId>
140
			<artifactId>velocity-tools</artifactId>
135
			<version>1.7.25</version>
141
			<version>2.0</version>
136
		</dependency>
142
		</dependency>
137
 
143
 
-
 
144
 
-
 
145
		<!-- Logging <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> 
-
 
146
			<version>1.7.22</version> </dependency> <dependency> <groupId>org.slf4j</groupId> 
-
 
147
			<artifactId>slf4j-simple</artifactId> <version>1.7.25</version> </dependency> -->
-
 
148
 
138
		<!-- File upload api -->
149
		<!-- File upload api -->
139
		<dependency>
150
		<dependency>
140
			<groupId>commons-fileupload</groupId>
151
			<groupId>commons-fileupload</groupId>
141
			<artifactId>commons-fileupload</artifactId>
152
			<artifactId>commons-fileupload</artifactId>
142
			<version>1.3</version>
153
			<version>1.3</version>
143
		</dependency>
154
		</dependency>
144
	</dependencies>
155
	</dependencies>
145
</project>
-
 
146
156
</project>
-
 
157