Commit 60b34872966f35ea9eb66a4561bd542e019a9a39

Authored by 徐烜
1 parent e331185a

修改pom.xml关于pental相关的配置

Showing 1 changed file with 5 additions and 5 deletions
@@ -157,23 +157,23 @@ @@ -157,23 +157,23 @@
157 157
158 <!-- pentaho kettle 依赖 --> 158 <!-- pentaho kettle 依赖 -->
159 <dependency> 159 <dependency>
160 - <groupId>com.pentaho.kettle</groupId> 160 + <groupId>pentaho-kettle</groupId>
161 <artifactId>kettle-core</artifactId> 161 <artifactId>kettle-core</artifactId>
162 <version>6.0.1.0-386</version> 162 <version>6.0.1.0-386</version>
163 </dependency> 163 </dependency>
164 <dependency> 164 <dependency>
165 - <groupId>com.pentaho.kettle</groupId> 165 + <groupId>pentaho-kettle</groupId>
166 <artifactId>kettle-engine</artifactId> 166 <artifactId>kettle-engine</artifactId>
167 <version>6.0.1.0-386</version> 167 <version>6.0.1.0-386</version>
168 </dependency> 168 </dependency>
169 <dependency> 169 <dependency>
170 - <groupId>com.pentaho.kettle</groupId> 170 + <groupId>pentaho</groupId>
171 <artifactId>metastore</artifactId> 171 <artifactId>metastore</artifactId>
172 <version>6.0.1.0-386</version> 172 <version>6.0.1.0-386</version>
173 </dependency> 173 </dependency>
174 <dependency> 174 <dependency>
175 - <groupId>com.pentaho.kettle</groupId>  
176 - <artifactId>vfs2</artifactId> 175 + <groupId>org.apache.commons</groupId>
  176 + <artifactId>commons-vfs2</artifactId>
177 <version>2.1-20150824</version> 177 <version>2.1-20150824</version>
178 </dependency> 178 </dependency>
179 <dependency> 179 <dependency>