This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git
The following commit(s) were added to refs/heads/master by this push:
new eab0c1d Uses legacy packaging of classic UI until it can be deleted
(#2603)
eab0c1d is described below
commit eab0c1de1fff36de9522c4fdb904fb09646a7dba
Author: Adrian Cole <[email protected]>
AuthorDate: Sat May 18 08:18:30 2019 +0200
Uses legacy packaging of classic UI until it can be deleted (#2603)
This frees us of the responsibility of building the old UI in every run.
This also allows us to delete the old codebase, solving some ASF
bookkeeping concerns.
---
pom.xml | 1 -
zipkin-server/pom.xml | 7 ++++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 923c9fe..5fd348e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
<modules>
<module>zipkin</module>
<module>zipkin-tests</module>
- <module>zipkin-ui</module>
<module>zipkin-lens</module>
<module>zipkin-junit</module>
<module>benchmarks</module>
diff --git a/zipkin-server/pom.xml b/zipkin-server/pom.xml
index eaa5f23..0e5da95 100644
--- a/zipkin-server/pom.xml
+++ b/zipkin-server/pom.xml
@@ -108,12 +108,13 @@
<version>${project.version}</version>
</dependency>
- <!-- Static content for the web UI -->
+ <!-- Static content for the Classic UI -->
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>io.zipkin.java</groupId>
<artifactId>zipkin-ui</artifactId>
- <version>${project.version}</version>
+ <version>2.12.10</version>
</dependency>
+ <!-- Static content for the Lens UI -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>zipkin-lens</artifactId>