Mercurial > dive4elements > river
comparison backend/pom-oracle.xml @ 9009:6fd0f20b58aa
Version number of maven jar plugin added, slf4j in pom-oracle
author | mschaefer |
---|---|
date | Wed, 18 Apr 2018 07:38:47 +0200 |
parents | dece88059a36 |
children | a27c03105605 |
comparison
equal
deleted
inserted
replaced
9008:ce99d3db9477 | 9009:6fd0f20b58aa |
---|---|
43 </executions> | 43 </executions> |
44 </plugin> | 44 </plugin> |
45 <plugin> | 45 <plugin> |
46 <groupId>org.apache.maven.plugins</groupId> | 46 <groupId>org.apache.maven.plugins</groupId> |
47 <artifactId>maven-jar-plugin</artifactId> | 47 <artifactId>maven-jar-plugin</artifactId> |
48 <version>2.4</version> | |
48 <configuration> | 49 <configuration> |
49 <archive> | 50 <archive> |
50 <manifest> | 51 <manifest> |
51 <mainClass>org.dive4elements.river.importer.Importer</mainClass> | 52 <mainClass>org.dive4elements.river.importer.Importer</mainClass> |
52 <packageName>org.dive4elements.river.importer</packageName> | 53 <packageName>org.dive4elements.river.importer</packageName> |
135 <artifactId>hibernate-spatial-oracle</artifactId> | 136 <artifactId>hibernate-spatial-oracle</artifactId> |
136 <version>1.1.1</version> | 137 <version>1.1.1</version> |
137 <scope>runtime</scope> | 138 <scope>runtime</scope> |
138 </dependency> | 139 </dependency> |
139 <dependency> | 140 <dependency> |
141 <groupId>org.slf4j</groupId> | |
142 <artifactId>jul-to-slf4j</artifactId> | |
143 <version>1.6.1</version> | |
144 </dependency> | |
145 <dependency> | |
146 <groupId>org.slf4j</groupId> | |
147 <artifactId>slf4j-log4j12</artifactId> | |
148 <version>1.6.1</version> | |
149 </dependency> | |
150 <dependency> | |
140 <groupId>ojdbc</groupId> | 151 <groupId>ojdbc</groupId> |
141 <artifactId>ojdbc</artifactId> | 152 <artifactId>ojdbc</artifactId> |
142 <version>0</version> | 153 <version>0</version> |
143 <scope>runtime</scope> | 154 <scope>runtime</scope> |
144 </dependency> | 155 </dependency> |