Removed frames dependencies which was not needed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/information-system-bom@146924 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-04-18 10:42:36 +00:00
parent 7d8719fd3d
commit ad30c5127d
1 changed files with 2 additions and 0 deletions

View File

@ -65,11 +65,13 @@
<artifactId>jackson-core</artifactId> <artifactId>jackson-core</artifactId>
<version>${jackson.version}</version> <version>${jackson.version}</version>
</dependency> </dependency>
<!--
<dependency> <dependency>
<groupId>com.tinkerpop</groupId> <groupId>com.tinkerpop</groupId>
<artifactId>frames</artifactId> <artifactId>frames</artifactId>
<version>${thinkerpop.version}</version> <version>${thinkerpop.version}</version>
</dependency> </dependency>
-->
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>