chore: Remove ff4j dependency from pom.xml (#29547)
### Description As the code references for ff4j is already removed, this PR removes the entry from dependency list.
This commit is contained in:
parent
d1b997d147
commit
d796be4f5a
|
|
@ -16,7 +16,6 @@
|
||||||
<description>This is the API server for the Appsmith project</description>
|
<description>This is the API server for the Appsmith project</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<ff4j.version>2.0.0</ff4j.version>
|
|
||||||
<jmh.version>1.35</jmh.version>
|
<jmh.version>1.35</jmh.version>
|
||||||
<org.modelmapper.version>2.4.4</org.modelmapper.version>
|
<org.modelmapper.version>2.4.4</org.modelmapper.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
@ -402,12 +401,6 @@
|
||||||
<version>1.10.0</version>
|
<version>1.10.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Dependencies for feature flagging -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.ff4j</groupId>
|
|
||||||
<artifactId>ff4j-core</artifactId>
|
|
||||||
<version>${ff4j.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.appsmith</groupId>
|
<groupId>com.appsmith</groupId>
|
||||||
<artifactId>reactiveCaching</artifactId>
|
<artifactId>reactiveCaching</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user