Skip to content

Commit

Permalink
Merge pull request #98 from HubSpot/emilymalison/move-core-annotations
Browse files Browse the repository at this point in the history
Move annotations from RosettaCore -> RosettaAnnotations
  • Loading branch information
stevie400 authored Sep 19, 2023
2 parents f335c96 + 628a5fd commit 01e3d91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RosettaAnnotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@

<artifactId>RosettaAnnotations</artifactId>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 01e3d91

Please # to comment.