Subversion Repositories SmartDukaan

Rev

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

Rev 22398 Rev 22402
Line 156... Line 156...
156
			<artifactId>mime-util</artifactId>
156
			<artifactId>mime-util</artifactId>
157
			<version>2.1.1</version>
157
			<version>2.1.1</version>
158
		</dependency>
158
		</dependency>
159
 
159
 
160
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
160
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
-
 
161
		<!-- JavaMail -->
161
		<dependency>
162
		<dependency>
162
			<groupId>javax.mail</groupId>
163
			<groupId>javax.mail</groupId>
163
			<artifactId>javax.mail-api</artifactId>
164
			<artifactId>javax.mail-api</artifactId>
164
			<version>1.5.1</version>
165
			<version>1.5.5</version>
-
 
166
		</dependency>
-
 
167
		<dependency>
-
 
168
			<groupId>javax.mail</groupId>
-
 
169
			<artifactId>mail</artifactId>
-
 
170
			<version>1.4.7</version>
165
		</dependency>
171
		</dependency>
166
 
172
 
167
 
173
 
168
	</dependencies>
174
	</dependencies>
169
</project>
175
</project>