diff --git a/pom.xml b/pom.xml
index 003f5c7b2..91b60f68c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,6 @@
spring-data-rest-core
spring-data-rest-webmvc
spring-data-rest-distribution
- spring-data-rest-hal-browser
spring-data-rest-hal-explorer
@@ -77,7 +76,7 @@
spring-data-rest-core
spring-data-rest-webmvc
spring-data-rest-distribution
- spring-data-rest-hal-browser
+ spring-data-rest-hal-explorer
spring-data-rest-tests
diff --git a/spring-data-rest-hal-browser/pom.xml b/spring-data-rest-hal-browser/pom.xml
deleted file mode 100644
index 7976f2c40..000000000
--- a/spring-data-rest-hal-browser/pom.xml
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
- 4.0.0
-
-
- org.springframework.data
- spring-data-rest-parent
- 3.4.0-SNAPSHOT
-
-
- spring-data-rest-hal-browser
-
- Spring Data REST - HAL Browser
-
-
- ad9b865
- 0.7.21
- spring.data.rest.hal.browser
-
-
- true
- ${basedir}/..
-
-
-
-
-
- ${project.groupId}
- spring-data-rest-webmvc
- ${project.version}
-
-
-
- javax.servlet
- javax.servlet-api
- 3.0.1
- provided
-
-
-
- org.webjars
- hal-browser
- ${browser.version}
- provided
-
-
-
- org.webjars
- json-editor
- ${json-editor.version}
- provided
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
- empty-javadoc-jar
- package
-
- jar
-
-
- javadoc
- ${basedir}/javadoc
-
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- unpack-hal-browser
- process-resources
-
- unpack
-
-
-
-
- org.webjars
- hal-browser
-
-
- ${project.build.directory}/hal-browser
-
-
-
- unpack-json-editor
- process-resources
-
- unpack
-
-
-
-
- org.webjars
- json-editor
-
-
- ${project.build.directory}/json-editor
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- process-resources
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-
-
-
-