Skip to content
Merged
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
Binary file not shown.

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,12 @@ 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
}

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:1.2.0') {
exclude group: 'com.mendix', module: 'public-api'
Expand Down
3 changes: 1 addition & 2 deletions environment.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ def mxInstallVersion = System.getenv('MODELER_VERSION') ?: System.getenv('MX_INS

project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}"
project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles")
project.ext.ossClearanceFile = file("SiemensMendixOQL__4.1.2__READMEOSS.html")
project.ext.ossClearanceFile = file("SiemensMendixOQL__4.2.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=4.1.2
version=4.2.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