Fix groupId and move javascript resources to static/ folder to enable
serving by hosting application
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -15,7 +15,7 @@
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>de.77zzcx7</groupId>
|
||||
<groupId>de.77zzcx7.push-service</groupId>
|
||||
<artifactId>push-service-parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<artifactId>push-service-parent</artifactId>
|
||||
<groupId>de.77zzcx7</groupId>
|
||||
<groupId>de.77zzcx7.push-service</groupId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<artifactId>push-service-parent</artifactId>
|
||||
<groupId>de.77zzcx7</groupId>
|
||||
<groupId>de.77zzcx7.push-service</groupId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.77zzcx7</groupId>
|
||||
<groupId>de.77zzcx7.push-service</groupId>
|
||||
<artifactId>push-service-client-lib</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user