15
15
~ limitations under the License.
16
16
-->
17
17
18
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
18
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
19
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
21
<groupId >org.softwarefactory.keycloak.providers.events.mqtt</groupId >
21
- <version >19 .0.2 </version >
22
+ <version >22 .0.0 </version >
22
23
23
24
<name >Keycloak: Event Publisher to MQTT</name >
24
- <description />
25
+ <description />
25
26
<modelVersion >4.0.0</modelVersion >
26
27
27
28
<artifactId >event-listener-mqtt</artifactId >
67
68
<groupId >org.keycloak</groupId >
68
69
<artifactId >keycloak-core</artifactId >
69
70
<version >${version.keycloak} </version >
71
+ <scope >provided</scope >
70
72
</dependency >
71
73
<dependency >
72
74
<groupId >org.keycloak</groupId >
101
103
<artifactId >maven-compiler-plugin</artifactId >
102
104
<version >${version.compiler.maven.plugin} </version >
103
105
<configuration >
104
- <source >11 </source >
105
- <target >11 </target >
106
+ <source >17 </source >
107
+ <target >17 </target >
106
108
</configuration >
107
109
</plugin >
108
110
<plugin >
117
119
</configuration >
118
120
</plugin >
119
121
<!-- Maven Assembly Plugin -->
120
- <plugin >
121
- <groupId >org.apache.maven.plugins</groupId >
122
- <artifactId >maven-assembly-plugin</artifactId >
123
- <version >2.4.1</version >
124
- <configuration >
125
- <!-- get all project dependencies -->
126
- <descriptorRefs >
127
- <descriptorRef >jar-with-dependencies</descriptorRef >
128
- </descriptorRefs >
129
- </configuration >
130
- <executions >
131
- <execution >
132
- <id >make-assembly</id >
133
- <!-- bind to the packaging phase -->
134
- <phase >package</phase >
135
- <goals >
136
- <goal >single</goal >
137
- </goals >
138
- </execution >
139
- </executions >
140
- </plugin >
122
+ <plugin >
123
+ <groupId >org.apache.maven.plugins</groupId >
124
+ <artifactId >maven-assembly-plugin</artifactId >
125
+ <version >2.4.1</version >
126
+ <configuration >
127
+ <!-- get all project dependencies -->
128
+ <descriptorRefs >
129
+ <descriptorRef >jar-with-dependencies</descriptorRef >
130
+ </descriptorRefs >
131
+ </configuration >
132
+ <executions >
133
+ <execution >
134
+ <id >make-assembly</id >
135
+ <!-- bind to the packaging phase -->
136
+ <phase >package</phase >
137
+ <goals >
138
+ <goal >single</goal >
139
+ </goals >
140
+ </execution >
141
+ </executions >
142
+ </plugin >
141
143
<plugin >
142
144
<artifactId >maven-enforcer-plugin</artifactId >
143
145
<version >3.2.1</version >
150
152
</plugin >
151
153
</plugins >
152
154
</build >
153
- </project >
155
+ </project >
0 commit comments