Project

General

Profile

« Previous | Next » 

Revision 4821643c

Added by Andreas Kohlbecker over 8 years ago

Store implementation using Neo4j and initial draft for a TinkerPop client

View differences:

pom.xml
22 22
    <swagger-annotations.version>1.3.11</swagger-annotations.version>
23 23
    <jackson-annotations.version>2.2.3</jackson-annotations.version>
24 24
    <apache.jena.version>3.0.0</apache.jena.version>
25
    <tinkerpop.version>2.6.0</tinkerpop.version>
26
    <sesame.version>2.7.10</sesame.version><!-- should match the version as used in tinkerpop.blueprints -->
25 27
  </properties>
26 28

  
27 29
  <dependencies>
......
138 140
      <type>pom</type>
139 141
      <version>${apache.jena.version}</version>
140 142
    </dependency>
143
    <dependency>
144
        <groupId>com.tinkerpop.blueprints</groupId>
145
        <artifactId>blueprints-neo4j-graph</artifactId>
146
        <version>${tinkerpop.version}</version>
147
    </dependency>
148
    <dependency>
149
        <groupId>com.tinkerpop.blueprints</groupId>
150
        <artifactId>blueprints-graph-sail</artifactId>
151
        <version>${tinkerpop.version}</version>
152
    </dependency>
153
    <dependency>
154
       <groupId>com.tinkerpop.gremlin</groupId>
155
       <artifactId>gremlin-java</artifactId>
156
       <version>${tinkerpop.version}</version>
157
    </dependency>
158
    <dependency>
159
      <groupId>org.openrdf.sesame</groupId>
160
      <artifactId>sesame-rio-rdfxml</artifactId>
161
      <version>${sesame.version}</version>
162
    </dependency>
163
    <dependency>
164
      <groupId>org.openrdf.sesame</groupId>
165
      <artifactId>sesame-repository-sail</artifactId>
166
      <version>${sesame.version}</version>
167
    </dependency>
141 168
  </dependencies>
142 169

  
143 170
  <!-- === THIS IS ONLY NEEDED FOR DEPLOYMENT TO TAVERNA === <pluginRepositories>

Also available in: Unified diff