Files
spring-statemachine/gradle.properties
Janne Valkealahti 51145f1368 Add base support for eclipse papyrus modeling
- First stage to add support for UI modeling via
  eclipse uml2 and papyrus frameworks.
- Add new interface StateMachineModelFactory which is
  a central point of building machines models outside
  of a normal annotation/build classes. What this mean is
  a hook to config model so that machine can be defined
  via a model factory, instead of writing config based on
  normal adapter callbacks.
- Integrate model config into an annotation model so that
  you can still use normal adapters but point those to
  model factory classes, which then allows external hooks
  for machine configuration.
- New spring-statemachine-uml package which supports
  eclipse uml2/emf frameworks to define a machine config.
- Relates to #193
2016-04-09 16:04:16 +01:00

27 lines
768 B
INI

springShellVersion=1.1.0.RELEASE
springSecurityVersion=4.0.3.RELEASE
springDataRedisVersion=1.6.2.RELEASE
springCloudClusterVersion=1.0.0.RC1
jedisVersion=2.7.3
junitVersion=4.12
springVersion=4.2.4.RELEASE
kryoVersion=3.0.3
log4jVersion=1.2.17
springBootVersion=1.3.1.RELEASE
version=1.1.0.BUILD-SNAPSHOT
mockitoVersion = 1.9.5
hamcrestVersion=1.3
springSessionVersion=1.0.2.RELEASE
curatorVersion=2.8.0
tomcatEmbedVersion=8.0.30
servletApiVersion=3.0.1
commonsPool2Version=2.4.2
hsqlVersion=2.3.1
eclipseUml2UmlVersion=5.0.0-v20140602-0749
eclipseUml2TypesVersion=2.0.0-v20140602-0749
eclipseUml2CommonVersion=2.0.0-v20140602-0749
eclipseEmfXmiVersion=2.11.1-v20150805-0538
eclipseEmfEcoreVersion=2.11.1-v20150805-0538
eclipseEmfCommonVersion=2.11.0-v20150805-0538