Skip to content

Commit f39b0fa

Browse files
Add license info to pom.xml
Bump lib immutables for better license info
1 parent 6b815c4 commit f39b0fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<dep.plugin.jacoco.version>0.8.3</dep.plugin.jacoco.version>
2121
<dep.plugin.javadoc.version>3.0.1</dep.plugin.javadoc.version>
22-
<dep.hubspot-immutables.version>1.9</dep.hubspot-immutables.version>
22+
<dep.hubspot-immutables.version>1.11.2</dep.hubspot-immutables.version>
2323

2424

2525
<basepom.test.add.opens>
@@ -329,6 +329,13 @@
329329

330330
<url>https://github.com/HubSpot/jinjava</url>
331331

332+
<licenses>
333+
<license>
334+
<name>The Apache License, Version 2.0</name>
335+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
336+
</license>
337+
</licenses>
338+
332339
<developers>
333340
<developer>
334341
<id>jaredstehler</id>

0 commit comments

Comments
 (0)