Skip to content

Commit 4f17919

Browse files
committed
Manage hubspot-style dependency version
1 parent 650afd0 commit 4f17919

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@
9191
<artifactId>jackson-datatype-jdk8</artifactId>
9292
<version>2.14.0</version>
9393
</dependency>
94+
<dependency>
95+
<groupId>com.hubspot.immutables</groupId>
96+
<artifactId>hubspot-style</artifactId>
97+
<version>${dep.hubspot-immutables.version}</version>
98+
</dependency>
99+
<dependency>
100+
<groupId>com.hubspot.immutables</groupId>
101+
<artifactId>immutables-exceptions</artifactId>
102+
<version>${dep.hubspot-immutables.version}</version>
103+
</dependency>
94104
</dependencies>
95105
</dependencyManagement>
96106

@@ -197,7 +207,10 @@
197207
<dependency>
198208
<groupId>com.hubspot.immutables</groupId>
199209
<artifactId>hubspot-style</artifactId>
200-
<version>${dep.hubspot-immutables.version}</version>
210+
</dependency>
211+
<dependency>
212+
<groupId>com.hubspot.immutables</groupId>
213+
<artifactId>immutables-exceptions</artifactId>
201214
</dependency>
202215
</dependencies>
203216

0 commit comments

Comments
 (0)