Repository: ignite
Updated Branches:
  refs/heads/master c29be375c -> c20b4b69e


IGNITE-8687 Add JCache TCK 1.1.0 to TC

Signed-off-by: Anton Vinogradov <a...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c20b4b69
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c20b4b69
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c20b4b69

Branch: refs/heads/master
Commit: c20b4b69eee3d8b5e2d92161cfb98d351bc7e1de
Parents: c29be37
Author: Alexander Menshikov <sharple...@gmail.com>
Authored: Wed Jun 13 18:11:31 2018 +0300
Committer: Anton Vinogradov <a...@apache.org>
Committed: Wed Jun 13 18:11:31 2018 +0300

----------------------------------------------------------------------
 modules/core/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c20b4b69/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 62893b0..ddb0b60 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -443,23 +443,6 @@
                                     <includeScope>test</includeScope>
                                 </configuration>
                             </execution>
-                            <execution>
-                                <id>copy-domain</id>
-                                <goals>
-                                    <goal>copy</goal>
-                                </goals>
-                                <configuration>
-                                    <artifactItems>
-                                        <artifactItem>
-                                            <groupId>javax.cache</groupId>
-                                            <artifactId>app-domain</artifactId>
-                                            
<version>${javax.cache.tck.version}</version>
-                                            
<outputDirectory>${domain-lib-dir}</outputDirectory>
-                                            
<destFileName>${domain-jar}</destFileName>
-                                        </artifactItem>
-                                    </artifactItems>
-                                </configuration>
-                            </execution>
                         </executions>
                     </plugin>
 

Reply via email to