diff --git a/.gitignore b/.gitignore index 134b78fa3..925d2e223 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,9 @@ target/ .project .settings/ .idea/ +*.iml pom.xml.versionsBackup .#* target/ pom.xml.releaseBackup -release.properties \ No newline at end of file +release.properties diff --git a/pom.xml b/pom.xml index f084ee611..661578d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,110 +1,122 @@ - - - jar-pom - com.addthis.common.build.maven.pom - 3.8.0 - + + + jar-pom + com.addthis.common.build.maven.pom + 3.8.0 + - 4.0.0 - com.clearspring.analytics - stream - jar - 2.9.7-SNAPSHOT - stream-lib - A library for summarizing data in streams for which it is infeasible to store all events - https://github.com/addthis/stream-lib - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + 4.0.0 + com.clearspring.analytics + stream + bundle + 2.9.7-SNAPSHOT + stream-lib + A library for summarizing data in streams for which it is infeasible to store all events + https://github.com/addthis/stream-lib + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + 1.8 + + + + + + org.apache.felix + maven-bundle-plugin + 3.0.0 + true + + + - - 1.8 - + + + + com.google.guava + guava + 23.3-jre + + + it.unimi.dsi + fastutil + 8.1.1 + + + - + + it.unimi.dsi + fastutil + + + + + junit + junit + 4.12 + test + + + org.slf4j + slf4j-simple + 1.7.25 + test + + + colt + colt + 1.2.0 + test + + + com.googlecode.charts4j + charts4j + 1.3 + test + + + commons-codec + commons-codec + 1.11 + test + com.google.guava guava - 23.3-jre + test - it.unimi.dsi - fastutil - 8.1.1 + org.apache.mahout + mahout-math + 0.13.0 + test - - - - - it.unimi.dsi - fastutil - - - - junit - junit - 4.12 - test - - - org.slf4j - slf4j-simple - 1.7.25 - test - - - colt - colt - 1.2.0 - test - - - com.googlecode.charts4j - charts4j - 1.3 - test - - - commons-codec - commons-codec - 1.11 - test - - - com.google.guava - guava - test - - - org.apache.mahout - mahout-math - 0.13.0 - test - - + + + Matt Abrams + abramsm@addthis.com + + + Chris Burroughs + christopher@addthis.com + + - - - Matt Abrams - abramsm@addthis.com - - - Chris Burroughs - christopher@addthis.com - - - - - scm:git:git@github.com:addthis/stream-lib.git - scm:git:git@github.com:addthis/stream-lib.git - https://github.com/addthis/stream-lib - HEAD - + + scm:git:git@github.com:addthis/stream-lib.git + scm:git:git@github.com:addthis/stream-lib.git + https://github.com/addthis/stream-lib + HEAD +