Skip to content
Snippets Groups Projects
Commit 79d480c3 authored by Faller's avatar Faller
Browse files

Fis Warning

parent 7dc52e22
No related branches found
No related tags found
No related merge requests found
Pipeline #6596 passed with warnings with stages
in 4 minutes and 23 seconds
......@@ -27,6 +27,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
......
......@@ -94,6 +94,12 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-8.0</artifactId>
......@@ -313,18 +319,11 @@
<inherited>true</inherited>
<configuration>
<skip>true</skip>
<hostname>nube.faller.com.uy</hostname>
<username>admin</username>
<password>admin</password>
<!--<hostname>nube.faller.com.uy</hostname>-->
<!--<username>admin</username>-->
<!--<password>admin</password>-->
<port>10190</port>
</configuration>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment