aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Set 7-SNAPSHOT for new modules.gjoranv2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"HÃ¥kon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Upgrade protoc jar maven plugin versionLester Solbakken2018-12-041-1/+1
|
* Model the config model view of model-integrationJon Bratseth2018-11-261-0/+6
| | | | | This is to make it clearer that these methods are part of the config model API.
* Optionally exclude TF JNIJon Bratseth2018-11-231-0/+26
|
* Move all importing to model-integrationJon Bratseth2018-11-221-3/+5
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+100
This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.