Mercurial > dive4elements > river
comparison backend/pom.xml @ 8970:da5dc7446652
SLF4J added and configureLogging in main
author | mschaefer |
---|---|
date | Tue, 03 Apr 2018 10:02:01 +0200 |
parents | 837c04af69fd |
children | 6fd0f20b58aa |
comparison
equal
deleted
inserted
replaced
8969:fe81eb39080c | 8970:da5dc7446652 |
---|---|
176 <dependency> | 176 <dependency> |
177 <groupId>org.hibernatespatial</groupId> | 177 <groupId>org.hibernatespatial</groupId> |
178 <artifactId>hibernate-spatial-postgis</artifactId> | 178 <artifactId>hibernate-spatial-postgis</artifactId> |
179 <version>1.1.1</version> | 179 <version>1.1.1</version> |
180 <scope>runtime</scope> | 180 <scope>runtime</scope> |
181 </dependency> | |
182 <dependency> | |
183 <groupId>org.slf4j</groupId> | |
184 <artifactId>jul-to-slf4j</artifactId> | |
185 <version>1.6.1</version> | |
186 </dependency> | |
187 <dependency> | |
188 <groupId>org.slf4j</groupId> | |
189 <artifactId>slf4j-log4j12</artifactId> | |
190 <version>1.6.1</version> | |
181 </dependency> | 191 </dependency> |
182 </dependencies> | 192 </dependencies> |
183 | 193 |
184 <repositories> | 194 <repositories> |
185 <repository> | 195 <repository> |