Skip to content

Commit

Permalink
Fixed protonpack to a MIT licensed version
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Mar 8, 2023
1 parent 69f7716 commit 5c12d5c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<corenlp.version>4.4.0</corenlp.version>
<sutime-models.version>1.3.5</sutime-models.version>
<rometools.version>1.15.0</rometools.version>
<teams.version>4.14.2</teams.version>
<teams.version>4.14.3</teams.version>
<jsoup.version>1.14.3</jsoup.version>
<graalvm.version>21.2.0</graalvm.version>
<symphony-bdk.version>2.5.0</symphony-bdk.version>
Expand Down Expand Up @@ -203,13 +203,6 @@
</profile>
</profiles>


<!-- since we are building the build reporter, this must refer to an earlier,
built version -->
<!-- <build> <extensions> <extension> <groupId>org.finos.springbot</groupId>
<artifactId>symphony-maven-build-reporter</artifactId> <version>4.59.6</version>
</extension> </extensions> </build> -->

<dependencyManagement>
<dependencies>
<!-- SpringBoot 2.7.0 pulls 1.10 version of below lib which is compiled with Java11 and hence causes errors -->
Expand Down Expand Up @@ -240,7 +233,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>


<!-- currently required with teams.version=1.14.3, as 1.13 of protonpack is missing a license
remove if teams upgrades to 1.16 or beyond -->
<dependency>
<groupId>com.codepoetics</groupId>
<artifactId>protonpack</artifactId>
<version>1.16</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 5c12d5c

Please sign in to comment.