Skip to content

Commit

Permalink
Updated project file
Browse files Browse the repository at this point in the history
+ Updated metamaplite version to 3.62rc8
+ Updated log4j versions
+ Updated metamap maven repository address
  • Loading branch information
willjrogers committed Mar 30, 2022
1 parent aa271ff commit acaaddd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>gov.nih.nlm.nls</groupId>
<artifactId>metamaplite</artifactId>
<packaging>jar</packaging>
<version>3.6.2rc7</version>
<version>3.6.2rc8</version>
<name>metamaplite</name>
<url>http://maven.apache.org</url>
<build>
Expand Down Expand Up @@ -96,7 +96,7 @@
</repository -->
<repository>
<id>metamap maven</id>
<url>https://data.lhncbc.nlm.nih.gov/public/ii/tools/MetaMap/maven2/</url>
<url>https://metamap.nlm.nih.gov/maven2/</url>
</repository>
</repositories>
<dependencies>
Expand Down Expand Up @@ -131,12 +131,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.17.2</version>
</dependency>
-->
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
Expand Down Expand Up @@ -235,5 +235,3 @@

</dependencies>
</project>


0 comments on commit acaaddd

Please sign in to comment.