diff options
author | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-04-09 02:07:03 +0200 |
---|---|---|
committer | Aijana S <aijana.schumann@highstreet-technologies.com> | 2020-04-09 12:48:56 +0000 |
commit | 09809bce94321fe3527a4203ad8ba1628b222936 (patch) | |
tree | 5f93ac7497599170fa555c407f3e748cfd7ebca2 /sdnr/wt/data-provider | |
parent | e8f2d78e408d56fe8efe96ad5958256502d6e5b0 (diff) |
Connect App Bugfix
Fix too many network calls made for gui cuttrough
Issue-ID: SDNC-1152
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I3f63d2f81ace802768d3e8814899de8d32dd4d11
Diffstat (limited to 'sdnr/wt/data-provider')
-rw-r--r-- | sdnr/wt/data-provider/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml index ecb38eea2..1f0820db0 100644 --- a/sdnr/wt/data-provider/provider/pom.xml +++ b/sdnr/wt/data-provider/provider/pom.xml @@ -52,7 +52,7 @@ <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> <buildtime>${maven.build.timestamp}</buildtime> <databaseport>49402</databaseport> - <odlux.buildno>50.53aa73a(20/03/12)</odlux.buildno> + <odlux.buildno>52.3b24c2d(20/04/08)</odlux.buildno> </properties> <dependencies> |