Skip to content

Commit 730138d

Browse files
committed
Fix kumuluzee-mp-2.0-jax-ws
1 parent a7e7754 commit 730138d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This repository contains simple JavaEE examples (including Docker, different Mic
66

77
link:https://daggerok.github.io/java-ee-examples[Documentation]
88

9+
- link:./jboss-eap-postgres/[JBoss EAP + postgres]
910
- link:https://github.com/daggerok/payara-micro-example[Payara Micro (using gradle included!)]
1011
- link:https://github.com/daggerok/java-se-cdi-ratpack[GitHub: daggerok/java-se-cdi-ratpack]
1112
//- link:https://github.com/daggerok/java-ee-es-cqrs[JavaEE ES/CQRS]

kumuluzee-mp-2.0-jax-ws/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
54

5+
<modelVersion>4.0.0</modelVersion>
6+
<name>kumuluzee-mp-2.0-jax-ws</name>
7+
<description>JAX-WS</description>
68
<groupId>daggerok</groupId>
79
<artifactId>kumuluzee-mp-2.0-jax-ws</artifactId>
810
<version>0.0.1</version>
911
<packaging>jar</packaging>
1012

11-
<name>kumuluzee-mp-2.0-jax-ws</name>
12-
<description>JAX-WS</description>
13-
1413
<properties>
1514
<maven.compiler.source>1.8</maven.compiler.source>
1615
<maven.compiler.target>1.8</maven.compiler.target>
@@ -70,7 +69,6 @@
7069
<dependency>
7170
<groupId>com.kumuluz.ee</groupId>
7271
<artifactId>kumuluzee-common</artifactId>
73-
<scope>provided</scope>
7472
</dependency>
7573
<dependency>
7674
<groupId>com.kumuluz.ee</groupId>
@@ -87,7 +85,7 @@
8785
<version>1.18.4</version>
8886
<scope>provided</scope>
8987
</dependency>
90-
<!--
88+
<!--
9189
<dependency>
9290
<groupId>org.slf4j</groupId>
9391
<artifactId>slf4j-jdk14</artifactId>
@@ -98,7 +96,7 @@
9896
<artifactId>kumuluzee-logs-jul</artifactId>
9997
<version>1.3.0</version>
10098
</dependency>
101-
-->
99+
-->
102100
<dependency>
103101
<groupId>com.kumuluz.ee.logs</groupId>
104102
<artifactId>kumuluzee-logs-log4j2</artifactId>

0 commit comments

Comments
 (0)