From a42de79292d9541db7865b54e93be2d0b6e6a094 Mon Sep 17 00:00:00 2001 From: "serena.spinoso" Date: Thu, 7 Sep 2017 10:22:39 +0200 Subject: update verigraph JIRA: PARSER-154 code optimizations about graph manipulation and formula generation. Change-Id: Idebef19b128281aa2bc40d1aeab6e208c7ddd93d Signed-off-by: serena.spinoso --- verigraph/pom.xml | 436 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 223 insertions(+), 213 deletions(-) mode change 100644 => 100755 verigraph/pom.xml (limited to 'verigraph/pom.xml') diff --git a/verigraph/pom.xml b/verigraph/pom.xml old mode 100644 new mode 100755 index 63603a7..cfa21e9 --- a/verigraph/pom.xml +++ b/verigraph/pom.xml @@ -1,213 +1,223 @@ - - - - - 4.0.0 - - it.polito.escape - verify - war - 0.0.1-SNAPSHOT - verify - http://maven.apache.org - - 1.0.3 - 2.22.1 - UTF-8 - - - verify - - - kr.motd.maven - os-maven-plugin - 1.4.1.Final - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.5.0 - - com.google.protobuf:protoc:3.1.0:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - - - compile - compile-custom - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.8 - 1.8 - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0.0,) - - enforce - - - - - - - - - - - - - - - - - - org.glassfish.jersey - jersey-bom - ${jersey.version} - pom - import - - - - - - - org.glassfish.jersey.containers - jersey-container-servlet-core - - - - - - org.glassfish.jersey.bundles - jaxrs-ri - - - - - - org.glassfish.jersey.media - jersey-media-json-jackson - - - - io.swagger - swagger-jersey2-jaxrs - 1.5.0 - - - - com.googlecode.json-simple - json-simple - 1.1 - - - - - - - - org.slf4j - slf4j-log4j12 - 1.5.6 - - - - - com.github.fge - json-schema-validator - 2.2.6 - - - - - org.json - json - 20160212 - - - - - junit - junit - 4.12 - - - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - - - org.apache.thrift - libthrift - 0.9.1 - - - io.grpc - grpc-netty - ${grpc.version} - - - io.grpc - grpc-protobuf - ${grpc.version} - - - io.grpc - grpc-stub - ${grpc.version} - - - org.mockito - mockito-core - 1.9.5 - test - - - com.google.protobuf - protobuf-java - 3.0.2 - - - - - - - + + + 4.0.0 + + it.polito + verigraph + war + 0.0.2-SNAPSHOT + verigraph + + + 1.0.3 + 2.22.1 + UTF-8 + 3.1.3 + + http://maven.apache.org + + + src + build + build + verigraph + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + true + + 1.7 + 1.7 + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.5.0 + + + com.google.protobuf:protoc:3.1.0:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + ${basedir}\gen-protobuf + false + + + + + compile + compile-custom + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + + + + + + + + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + + + + + org.glassfish.jersey.containers + jersey-container-servlet-core + + + + + org.glassfish.jersey.bundles + jaxrs-ri + + + + org.glassfish.jersey.media + jersey-media-json-jackson + + + io.swagger + swagger-jersey2-jaxrs + 1.5.0 + + + com.googlecode.json-simple + json-simple + 1.1 + + + com.google.code.gson + gson + 2.8.0 + + + + + com.github.fge + json-schema-validator + 2.2.6 + + + + org.json + json + 20160212 + + + + junit + junit + 4.12 + + + org.scala-lang + scala-library + 2.10.0-M7 + + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + org.neo4j + neo4j + ${neo4j.version} + + + org.neo4j + neo4j-kernel + ${neo4j.version} + test-jar + test + + + + org.apache.thrift + libthrift + 0.9.1 + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + + org.mockito + mockito-core + 1.9.5 + test + + + com.google.protobuf + protobuf-java + 3.0.2 + + + org.slf4j + slf4j-log4j12 + 1.6.4 + + + + \ No newline at end of file -- cgit 1.2.3-korg