minor dependency update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@131402 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-09-15 15:04:57 +00:00
parent 89e7ecbace
commit e2e81bf3b1
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-1" date="2016-10-20">
<Change>Astyanax dependency version updated: moved to 2.0.2 (as declared by Portal-BOM)</Change>
</Changeset>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-0" date="2016-07-01">
<Change>Minor fix</Change>
</Changeset>

View File

@ -25,6 +25,7 @@
<serviceClass>social-networking</serviceClass>
<elasticSearchVersion>2.2.0</elasticSearchVersion>
<guavaVersion>18.0</guavaVersion>
<astyanaxVersion>2.0.2</astyanaxVersion>
</properties>
<dependencyManagement>
@ -93,7 +94,7 @@
<dependency>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax</artifactId>
<version>1.56.26</version>
<version>${astyanaxVersion}</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>