Skip to content

Commit 6a5a55e

Browse files
mohan-ganeshyongkiy-google
authored andcommitted
fix(firestore): Remove hardcoded dependency version
1 parent 5a2abbf commit 6a5a55e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • contrib/firestore-session-service

contrib/firestore-session-service/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1820
<modelVersion>4.0.0</modelVersion>
1921

2022
<parent>
@@ -49,7 +51,6 @@
4951
<dependency>
5052
<groupId>com.google.cloud</groupId>
5153
<artifactId>google-cloud-firestore</artifactId>
52-
<version>3.30.3</version>
5354
</dependency>
5455
<dependency>
5556
<groupId>com.google.truth</groupId>

0 commit comments

Comments
 (0)