Skip to content

Commit

Permalink
ODP-2608 Fixing com.asana corruption and incorrect dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhluck committed Nov 29, 2024
1 parent 96e76a7 commit 266507f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
4 changes: 2 additions & 2 deletions nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resource-transfer</artifactId>
<version>1.26.0</version>
<version>1.27.0.3.3.6.0-1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service</artifactId>
<version>1.26.0</version>
<version>1.27.0.3.3.6.0-1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resource-transfer</artifactId>
<version>1.26.0</version>
<version>1.27.0.3.3.6.0-1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resource-transfer</artifactId>
<version>1.26.0</version>
<version>1.27.0.3.3.6.0-1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand All @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service</artifactId>
<version>1.26.0</version>
<version>1.27.0.3.3.6.0-1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -776,27 +776,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version> <!-- Use the latest version available -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version> <!-- Use the latest version available -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.13</version> <!-- Use the latest version available -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.6.0</version> <!-- Use the latest version available -->
</dependency>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 266507f

Please sign in to comment.