Merge branch 'master' into jenkins_with_weblogic

# Conflicts:
#	WebContent/WEB-INF/weblogic.xml
This commit is contained in:
Rinjae
2025-10-13 17:02:33 +09:00
8 changed files with 302 additions and 45 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ plugins {
}
group 'com.eactvie'
version '4.5.7'
//version '4.5.7'
def springVersion = "5.3.27"
//def springSecurityVersion = '4.2.13.RELEASE'
@@ -46,8 +46,6 @@ compileJava {
}
war {
archiveFileName = "eapim-online.war"
exclude '**/persistence.xml'
exclude '**/context.xml'
}