X-Git-Url: https://code.grnet.gr/git/aquarium/blobdiff_plain/dac689cc57d24ea89837193f77e2c095235af205..refs/heads/snapshots:/pom.xml diff --git a/pom.xml b/pom.xml index da00528..fc3a906 100644 --- a/pom.xml +++ b/pom.xml @@ -34,19 +34,18 @@ ~ or implied, of GRNET S.A. --> - + 4.0.0 gr.grnet aquarium - 0.0.2-SNAPSHOT + 0.2.0-SNAPSHOT Aquarium - Accounting services for the Okeanos cloud + Charging services for the Okeanos cloud http://code.grnet.gr/projects/aquarium 2011 @@ -66,6 +65,11 @@ Christos KK Loverdos loverdos@grnet.gr + + pgerakios + Prodromos Gerakios + pgerakios@grnet.gr + @@ -96,23 +100,11 @@ 2.9.1 UTF-8 - ${project.build.sourceEncoding} - + ${project.build.sourceEncoding} - - scala-tools.releases - Scala-Tools Dependencies Repository for Releases - http://scala-tools.org/repo-releases - - - - scala-tools.snapshots - Scala-Tools Dependencies Repository for Snapshots - http://scala-tools.org/repo-snapshots - java.net.maven2 @@ -127,19 +119,29 @@ + JBoss Scala-Tools + jboss-scala-tools + https://repository.jboss.org/nexus/content/repositories/scala-tools-releases + + + jcrontab jcrontab http://kenai.com/projects/crontab-parser/sources/maven-repo/content/ - - - - scala-tools.releases - Scala-Tools Plugins Repository for Releases - http://scala-tools.org/repo-releases - - + + Typesafe + typesafe + http://repo.typesafe.com/typesafe/releases/ + + + + Twitter + twitter + http://maven.twttr.com/ + + @@ -148,38 +150,48 @@ scala-library ${scala.version} + org.slf4j slf4j-api 1.6.1 + + + ch.qos.logback + logback-classic + 0.9.29 + + org.scala-lang scala-compiler ${scala.version} - test + junit junit 4.10 test - - org.slf4j - slf4j-log4j12 - 1.6.3 - + net.liftweb lift-json_2.9.1 - 2.4-M5 + 2.4 net.liftweb lift-json-ext_2.9.1 - 2.4-M5 + 2.4 + + + joda-time + joda-time + + @@ -197,13 +209,65 @@ com.rabbitmq amqp-client - 2.5.0 + 2.8.4 com.ckkloverdos - streamresource_2.9.1 - 0.2.0 + jbootstrap + 3.0.0 + + + + com.ckkloverdos + streamresource + 0.5.1 + + + + com.ckkloverdos + maybe + 0.5.0 + + + + com.ckkloverdos + converter + 0.5.0 + + + scala-library + org.scala-lang + + + logback-classic + ch.qos.logback + + + + + + com.ckkloverdos + sysprop + 0.5.1 + + + scala-library + org.scala-lang + + + + + + com.ckkloverdos + typedkey + 0.5.0 + + + scala-library + org.scala-lang + + @@ -219,141 +283,84 @@ - se.scalablesolutions.akka + com.typesafe.akka akka-actor - 1.3-RC4 + 2.0.2 - se.scalablesolutions.akka + com.typesafe.akka akka-remote - 1.3-RC4 + 2.0.2 - se.scalablesolutions.akka - akka-amqp - 1.3-RC4 + com.typesafe.akka + akka-slf4j + 2.0.2 - se.scalablesolutions.akka - akka-slf4j - 1.3-RC4 + com.twitter + finagle-core_2.9.1 + 4.0.2 - se.scalablesolutions.akka - akka-testkit - 1.3-RC4 - test + com.twitter + finagle-http_2.9.1 + 4.0.2 - javax.ws.rs - jsr311-api - 1.1.1 + com.google.guava + guava + 12.0 - cc.spray.can - spray-can - 0.9.2-SNAPSHOT + joda-time + joda-time + 2.0 - - - org.apache.lucene - lucene-core - 3.5.0 + org.joda + joda-convert + 1.1 + + org.quartz-scheduler + quartz + 2.1.5 + - org.apache.solr - solr-core - 3.5.0 - - - - org.apache.lucene - lucene-analyzers - - - - org.apache.lucene - lucene-highlighter - - - - org.apache.lucene - lucene-memory - - - - org.apache.lucene - lucene-misc - - - - org.apache.lucene - lucene-queries - - - - org.apache.lucene - lucene-spatial - - - - org.apache.lucene - lucene-spellchecker - - - - org.apache.lucene - lucene-grouping - - - - org.apache.solr - solr-commons-csv - - - - org.apache.solr - solr-noggit - - - - org.apache.solr - solr-solrj - - - - commons-fileupload - commons-fileupload - - - - commons-httpclient - commons-httpclient - + org.quartz-scheduler + quartz-oracle + 2.1.5 + + + org.quartz-scheduler + quartz-weblogic + 2.1.5 + + + org.quartz-scheduler + quartz-jboss + 2.1.5 + - - org.slf4j - jcl-over-slf4j - + + org.apache.avro + avro + 1.7.2 + - - javax.servlet - servlet-api - - + + org.apache.avro + avro-ipc + 1.7.2 @@ -364,6 +371,9 @@ ${basedir}/src/main/resources + + aquarium.properties + ${project.build.directory}/generated-resources @@ -381,19 +391,40 @@ - org.scala-tools - maven-scala-plugin - 2.15.2 + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + 1.6 + 1.6 + ${project.build.sourceEncoding} + + + + + net.alchim31.maven + scala-maven-plugin + 3.1.0 + + incremental + + + -Xlint:deprecation + + ${project.build.sourceEncoding} + -Xmx1024m -DpackageLinkDefs=file://${project.build.directory}/packageLinkDefs.properties + -deprecation + -unchecked + -explaintypes @@ -405,37 +436,23 @@ - - - org.nuiton.jredmine - maven-jredmine-plugin - 1.2.2 - - - - org.apache.maven.plugins - maven-idea-plugin - 2.2 - - true - true - - + org.apache.maven.plugins maven-surefire-plugin - 2.9 + 2.12.3 false plain + org.apache.maven.plugins maven-source-plugin - 2.1.2 + 2.2 attach-sources @@ -445,6 +462,7 @@ + org.apache.maven.plugins @@ -454,31 +472,34 @@ clean verify - + - maven-assembly-plugin - 2.2.2 - - - - gr.grnet.aquarium.Main - - - - jar-with-dependencies - - + org.apache.avro + avro-maven-plugin + 1.7.2 - make-assembly - package + schemas + generate-sources - single + schema + protocol + idl-protocol + + + **/mapred/tether/** + + String + ${project.basedir}/src/main/avro/ + ${project.basedir}/src/main/java/ + + ${project.basedir}/src/test/avro/ + ${project.basedir}/src/test/java/ + -