Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified OQLModule.mpr
Comment thread
pijuskri marked this conversation as resolved.
Binary file not shown.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mxMarketplace {
filterWidgets = false
filterRequiredLibs = true
appDirectory = "."
includeFiles = List.of(licenseFile, CsvAsTableWidgetFile)
includeFiles = List.of(licenseFile)
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
}

Expand All @@ -36,16 +36,6 @@ String junitHelperVersion = (value[0].toInteger() * 100 + value[1].toInteger())
dependencies {
implementation(fileTree(mxRuntimeBundles).include('*.jar'))

//MxCommons v11.1.0 module dependencies, not included with module release
implementation(
[group: 'com.google.guava', name: 'guava', version: '33.4.7-jre'],
[group: 'com.googlecode.owasp-java-html-sanitizer', name: 'owasp-java-html-sanitizer', version: '20211018.2'],
[group: 'commons-io', name: 'commons-io', version: '2.17.0'],
[group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.30'],
[group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'],
[group: 'org.apache.commons', name: 'commons-text', version: '1.10.0']
)

testImplementation('com.mendix.util:junit-helper:' + junitHelperVersion) {
exclude group: 'com.mendix', module: 'public-api'
}
Expand Down
1 change: 0 additions & 1 deletion environment.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}"
project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles")
project.ext.ossClearanceFile = file("SiemensMendixOQL__5.0.0__READMEOSS.html")
project.ext.licenseFile = file("LICENSE.txt")
project.ext.CsvAsTableWidgetFile = file("widgets/mendix.CsvAsTable.mpk")
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.0.0
version=5.1.0
65 changes: 0 additions & 65 deletions javasource/communitycommons/DateTime.java

This file was deleted.

58 changes: 0 additions & 58 deletions javasource/communitycommons/ImmutablePair.java

This file was deleted.

90 changes: 0 additions & 90 deletions javasource/communitycommons/Logging.java

This file was deleted.

Loading