Subversion Repositories SmartDukaan

Rev

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

Rev 22285 Rev 22398
Line 74... Line 74...
74
		<dependency>
74
		<dependency>
75
			<groupId>in.shop2020</groupId>
75
			<groupId>in.shop2020</groupId>
76
			<artifactId>ThriftConfig</artifactId>
76
			<artifactId>ThriftConfig</artifactId>
77
			<version>1.0-SNAPSHOT</version>
77
			<version>1.0-SNAPSHOT</version>
78
		</dependency>
78
		</dependency>
79
		
79
 
80
		<!-- Internal dependency -->
80
		<!-- Internal dependency -->
81
		<dependency>
81
		<dependency>
82
			<groupId>com.profitmandi</groupId>
82
			<groupId>com.profitmandi</groupId>
83
			<artifactId>profitmandi-dao</artifactId>
83
			<artifactId>profitmandi-dao</artifactId>
84
			<version>0.0.1-SNAPSHOT</version>
84
			<version>0.0.1-SNAPSHOT</version>
Line 86... Line 86...
86
		<dependency>
86
		<dependency>
87
			<groupId>com.profitmandi</groupId>
87
			<groupId>com.profitmandi</groupId>
88
			<artifactId>profitmandi-common</artifactId>
88
			<artifactId>profitmandi-common</artifactId>
89
			<version>0.0.1-SNAPSHOT</version>
89
			<version>0.0.1-SNAPSHOT</version>
90
		</dependency>
90
		</dependency>
91
		
91
 
92
		<!-- Spring dependencies -->
92
		<!-- Spring dependencies -->
93
 
93
 
94
		<dependency>
94
		<dependency>
95
			<groupId>org.hibernate</groupId>
95
			<groupId>org.hibernate</groupId>
96
			<artifactId>hibernate-validator</artifactId>
96
			<artifactId>hibernate-validator</artifactId>
Line 155... Line 155...
155
			<groupId>eu.medsea.mimeutil</groupId>
155
			<groupId>eu.medsea.mimeutil</groupId>
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 -->
-
 
161
		<dependency>
-
 
162
			<groupId>javax.mail</groupId>
-
 
163
			<artifactId>javax.mail-api</artifactId>
-
 
164
			<version>1.5.1</version>
-
 
165
		</dependency>
-
 
166
 
-
 
167
 
160
	</dependencies>
168
	</dependencies>
161
</project>
169
</project>