Skip to content

Commit

Permalink
Refs #102 - removed hibernate-search and bumped version series to 4.0…
Browse files Browse the repository at this point in the history
….20.
  • Loading branch information
cbmarcum committed Aug 1, 2021
1 parent 9b2a3b0 commit 560151b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
15 changes: 2 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: "io.github.gradle-nexus.publish-plugin"
apply plugin: "com.energizedwork.webdriver-binaries" // geb


version "4.0.19.7" // nexus-publish
version "4.0.20.0" // full-text-search
group "net.codebuilders"
description 'MyBusiness - a Grails 4.0 plugin for E-Commerce'
mainClassName = 'net.codebuilders.mybusiness.Application'
Expand All @@ -53,11 +53,8 @@ ext {
}

repositories {
// mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
// maven { url "http://dl.bintray.com/stefanogualdi/plugins" } // ckeditor
maven { url "http://dl.bintray.com/lgrignon/plugins" } // hibernate search
maven { url "https://dl.bintray.com/cmarcum/maven/" } // our grails-paypal and grails-ckeditor
mavenLocal() // our grails-paypal and grails-ckeditor until they're in maven central
}

// new block for grails 4
Expand Down Expand Up @@ -146,14 +143,6 @@ dependencies {
// for paypal
compile 'net.codebuilders:grails-paypal:4.0.1'

// for hibernate search
compile "org.grails.plugins:hibernate-search:2.4.0"
compile "org.grails.plugins:hibernate5:7.0.4"
compile "org.hibernate:hibernate-core:5.4.18.Final"
compile "org.hibernate:hibernate-ehcache:5.4.18.Final"
// see https://github.com/mathpere/grails-hibernate-search-plugin/issues/45
compile "org.hibernate:hibernate-search-orm:5.11.4.Final"

// for excel import - not yet used
// compile 'org.grails.plugins:excel-import:3.0.0' // grails 3.2 - 3.0.1 didn't work

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
grailsVersion=4.0.5
grailsVersion=4.0.11
gorm.version=7.0.8.RELEASE
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
Expand Down

0 comments on commit 560151b

Please sign in to comment.