Commit 60b34872966f35ea9eb66a4561bd542e019a9a39
1 parent
e331185a
修改pom.xml关于pental相关的配置
Showing
1 changed file
with
5 additions
and
5 deletions
pom.xml
| ... | ... | @@ -157,23 +157,23 @@ |
| 157 | 157 | |
| 158 | 158 | <!-- pentaho kettle 依赖 --> |
| 159 | 159 | <dependency> |
| 160 | - <groupId>com.pentaho.kettle</groupId> | |
| 160 | + <groupId>pentaho-kettle</groupId> | |
| 161 | 161 | <artifactId>kettle-core</artifactId> |
| 162 | 162 | <version>6.0.1.0-386</version> |
| 163 | 163 | </dependency> |
| 164 | 164 | <dependency> |
| 165 | - <groupId>com.pentaho.kettle</groupId> | |
| 165 | + <groupId>pentaho-kettle</groupId> | |
| 166 | 166 | <artifactId>kettle-engine</artifactId> |
| 167 | 167 | <version>6.0.1.0-386</version> |
| 168 | 168 | </dependency> |
| 169 | 169 | <dependency> |
| 170 | - <groupId>com.pentaho.kettle</groupId> | |
| 170 | + <groupId>pentaho</groupId> | |
| 171 | 171 | <artifactId>metastore</artifactId> |
| 172 | 172 | <version>6.0.1.0-386</version> |
| 173 | 173 | </dependency> |
| 174 | 174 | <dependency> |
| 175 | - <groupId>com.pentaho.kettle</groupId> | |
| 176 | - <artifactId>vfs2</artifactId> | |
| 175 | + <groupId>org.apache.commons</groupId> | |
| 176 | + <artifactId>commons-vfs2</artifactId> | |
| 177 | 177 | <version>2.1-20150824</version> |
| 178 | 178 | </dependency> |
| 179 | 179 | <dependency> | ... | ... |