1515  ~ limitations under the License. 
1616  -->  
1717
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" 
2021    <groupId >org.softwarefactory.keycloak.providers.events.mqtt</groupId >
21-     <version >19 .0.2 </version >
22+     <version >22 .0.0 </version >
2223
2324    <name >Keycloak: Event Publisher to MQTT</name >
24-     <description />
25+     <description   />
2526    <modelVersion >4.0.0</modelVersion >
2627
2728    <artifactId >event-listener-mqtt</artifactId >
6768            <groupId >org.keycloak</groupId >
6869            <artifactId >keycloak-core</artifactId >
6970            <version >${version.keycloak} </version >
71+             <scope >provided</scope >
7072        </dependency >
7173        <dependency >
7274            <groupId >org.keycloak</groupId >
101103                <artifactId >maven-compiler-plugin</artifactId >
102104                <version >${version.compiler.maven.plugin} </version >
103105                <configuration >
104-                     <source >11 </source >
105-                     <target >11 </target >
106+                     <source >17 </source >
107+                     <target >17 </target >
106108                </configuration >
107109            </plugin >
108110            <plugin >
117119                </configuration >
118120            </plugin >
119121            <!--  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 >
141143            <plugin >
142144                <artifactId >maven-enforcer-plugin</artifactId >
143145                <version >3.2.1</version >
150152            </plugin >
151153        </plugins >
152154    </build >
153- </project >
155+ </project >
0 commit comments