File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This repository contains simple JavaEE examples (including Docker, different Mic
6
6
7
7
link:https://daggerok.github.io/java-ee-examples[Documentation]
8
8
9
+ - link:./jboss-eap-postgres/[JBoss EAP + postgres]
9
10
- link:https://github.com/daggerok/payara-micro-example[Payara Micro (using gradle included!)]
10
11
- link:https://github.com/daggerok/java-se-cdi-ratpack[GitHub: daggerok/java-se-cdi-ratpack]
11
12
//- link:https://github.com/daggerok/java-ee-es-cqrs[JavaEE ES/CQRS]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
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 >
5
4
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <name >kumuluzee-mp-2.0-jax-ws</name >
7
+ <description >JAX-WS</description >
6
8
<groupId >daggerok</groupId >
7
9
<artifactId >kumuluzee-mp-2.0-jax-ws</artifactId >
8
10
<version >0.0.1</version >
9
11
<packaging >jar</packaging >
10
12
11
- <name >kumuluzee-mp-2.0-jax-ws</name >
12
- <description >JAX-WS</description >
13
-
14
13
<properties >
15
14
<maven .compiler.source>1.8</maven .compiler.source>
16
15
<maven .compiler.target>1.8</maven .compiler.target>
70
69
<dependency >
71
70
<groupId >com.kumuluz.ee</groupId >
72
71
<artifactId >kumuluzee-common</artifactId >
73
- <scope >provided</scope >
74
72
</dependency >
75
73
<dependency >
76
74
<groupId >com.kumuluz.ee</groupId >
87
85
<version >1.18.4</version >
88
86
<scope >provided</scope >
89
87
</dependency >
90
- <!--
88
+ <!--
91
89
<dependency>
92
90
<groupId>org.slf4j</groupId>
93
91
<artifactId>slf4j-jdk14</artifactId>
98
96
<artifactId>kumuluzee-logs-jul</artifactId>
99
97
<version>1.3.0</version>
100
98
</dependency>
101
- -->
99
+ -->
102
100
<dependency >
103
101
<groupId >com.kumuluz.ee.logs</groupId >
104
102
<artifactId >kumuluzee-logs-log4j2</artifactId >
You can’t perform that action at this time.
0 commit comments