|
@@ -2,16 +2,14 @@
|
|
|
|
|
|
<parent>
|
|
|
<groupId>org.pwm-project</groupId>
|
|
|
- <artifactId>pwm-app</artifactId>
|
|
|
+ <artifactId>pwm-parent</artifactId>
|
|
|
<version>1.8.0-SNAPSHOT</version>
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>org.pwm-project</groupId>
|
|
|
<artifactId>pwm</artifactId>
|
|
|
- <version>1.8.0-SNAPSHOT</version>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<name>PWM Password Self Service: Server</name>
|
|
@@ -851,6 +849,11 @@
|
|
|
|
|
|
<!-- client webjar dependencies -->
|
|
|
<!-- changes in client dependencies require updating AppProperty.properties:http.resources.webjarMappings -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>${pom.groupId}</groupId>
|
|
|
+ <artifactId>pwm-client</artifactId>
|
|
|
+ <version>${pom.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.webjars.bower</groupId>
|
|
|
<artifactId>dojo</artifactId>
|