Removed H2 script workaround

This commit is contained in:
Tuna Aksoy
2016-07-20 19:09:22 +01:00
parent 21cb15f445
commit 8fc03a5c66

View File

@@ -25,8 +25,6 @@
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId> <alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
<skip.integrationtests>true</skip.integrationtests> <skip.integrationtests>true</skip.integrationtests>
<alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home> <alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home>
<!-- FIXME: There is no h2version for Alfresco 5.1.1 -->
<h2scripts.version>5.1</h2scripts.version>
</properties> </properties>
<build> <build>
@@ -327,7 +325,7 @@
<dependency> <dependency>
<groupId>${alfresco.groupId}</groupId> <groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-repository</artifactId> <artifactId>alfresco-repository</artifactId>
<version>${h2scripts.version}</version> <version>${alfresco.version}</version>
<classifier>h2scripts</classifier> <classifier>h2scripts</classifier>
<exclusions> <exclusions>
<exclusion> <exclusion>
@@ -547,7 +545,7 @@
<dependency> <dependency>
<groupId>${alfresco.groupId}</groupId> <groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-repository</artifactId> <artifactId>alfresco-repository</artifactId>
<version>${h2scripts.version}</version> <version>${alfresco.version}</version>
<classifier>h2scripts</classifier> <classifier>h2scripts</classifier>
<exclusions> <exclusions>
<exclusion> <exclusion>