Merge pull request #9125 from kwoyke/BAEL-3992-jws
BAEL-3992: Remove jnlp dependencies from the pom.xml
This commit is contained in:
commit
31380c6e26
16
jws/pom.xml
16
jws/pom.xml
|
@ -14,21 +14,6 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>OpenNMS Repository</id>
|
||||
<url>https://repo.opennms.org/maven2/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.samples.jnlp</groupId>
|
||||
<artifactId>jnlp-servlet</artifactId>
|
||||
<version>${jnlp-servlet.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
|
@ -79,7 +64,6 @@
|
|||
|
||||
<properties>
|
||||
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
|
||||
<jnlp-servlet.version>1.6.0</jnlp-servlet.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -806,7 +806,7 @@
|
|||
|
||||
<module>jenkins/plugins</module>
|
||||
<module>jhipster</module>
|
||||
<!-- <module>jws</module> --> <!-- Failing the build. Fixing in http://jira.baeldung.com/browse/BAEL-3992 -->
|
||||
<module>jws</module>
|
||||
|
||||
<module>libraries</module> <!-- very long running -->
|
||||
|
||||
|
@ -1303,7 +1303,7 @@
|
|||
|
||||
<module>jenkins/plugins</module>
|
||||
<module>jhipster</module>
|
||||
<!-- <module>jws</module> --> <!-- Failing the build. Fixing in http://jira.baeldung.com/browse/BAEL-3992 -->
|
||||
<module>jws</module>
|
||||
|
||||
<module>libraries</module> <!-- very long running -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue