Skip to content

Commit 2e2b109

Browse files
committed
NiFi 1.19.1 KeyCloak 19.0.3
1 parent fedc98c commit 2e2b109

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

nifi-keycloak/nifi-keycloak-nar/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<!--
34
Licensed to the Apache Software Foundation (ASF) under one or more
45
contributor license agreements. See the NOTICE file distributed with
@@ -17,7 +18,7 @@
1718
<parent>
1819
<groupId>org.apache.nifi</groupId>
1920
<artifactId>nifi-keycloak-bundle</artifactId>
20-
<version>0.0.1-SNAPSHOT</version>
21+
<version>1.19.1</version>
2122
</parent>
2223
<artifactId>nifi-keycloak-nar</artifactId>
2324
<packaging>nar</packaging>
@@ -30,7 +31,7 @@
3031
<dependency>
3132
<groupId>org.apache.nifi</groupId>
3233
<artifactId>nifi-keycloak</artifactId>
33-
<version>${parent.version}</version>
34+
<version>${project.parent.version}</version>
3435
</dependency>
3536
</dependencies>
3637
</project>

nifi-keycloak/nifi-keycloak/pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1718
<modelVersion>4.0.0</modelVersion>
1819
<parent>
1920
<groupId>org.apache.nifi</groupId>
2021
<artifactId>nifi-keycloak-bundle</artifactId>
21-
<version>0.0.1-SNAPSHOT</version>
22+
<version>1.19.1</version>
23+
<relativePath>../pom.xml</relativePath>
2224
</parent>
2325
<artifactId>nifi-keycloak</artifactId>
2426

@@ -58,7 +60,13 @@
5860
<dependency>
5961
<groupId>org.testcontainers</groupId>
6062
<artifactId>testcontainers</artifactId>
61-
<version>1.11.3</version>
63+
<version>1.17.6</version>
64+
<scope>test</scope>
65+
</dependency>
66+
<dependency>
67+
<groupId>org.apache.nifi</groupId>
68+
<artifactId>nifi-expression-language</artifactId>
69+
<version>${nifi.version}</version>
6270
<scope>test</scope>
6371
</dependency>
6472
</dependencies>

nifi-keycloak/pom.xml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<!--
34
Licensed to the Apache Software Foundation (ASF) under one or more
45
contributor license agreements. See the NOTICE file distributed with
@@ -14,20 +15,22 @@
1415
limitations under the License.
1516
-->
1617
<modelVersion>4.0.0</modelVersion>
17-
<parent>
18-
<groupId>org.apache.nifi</groupId>
19-
<artifactId>nifi-nar-bundles</artifactId>
20-
<version>1.13.0</version>
21-
</parent>
2218

2319
<artifactId>nifi-keycloak-bundle</artifactId>
2420
<packaging>pom</packaging>
2521
<description>NiFi: Keycloak Bundle</description>
26-
<version>0.0.1-SNAPSHOT</version>
22+
<version>1.19.1</version>
23+
24+
<parent>
25+
<groupId>org.apache.nifi</groupId>
26+
<artifactId>nifi-nar-bundles</artifactId>
27+
<version>1.19.1</version>
28+
<relativePath></relativePath>
29+
</parent>
2730

2831
<properties>
29-
<keycloak.version>12.0.4</keycloak.version>
30-
<nifi.version>1.13.0</nifi.version>
32+
<keycloak.version>19.0.3</keycloak.version>
33+
<nifi.version>1.19.1</nifi.version>
3134
</properties>
3235

3336
<modules>
@@ -40,7 +43,7 @@
4043
<dependency>
4144
<groupId>org.apache.nifi</groupId>
4245
<artifactId>nifi-keycloak</artifactId>
43-
<version>${version}</version>
46+
<version>${project.version}</version>
4447
</dependency>
4548
</dependencies>
4649
</dependencyManagement>

0 commit comments

Comments
 (0)