Revision 55032
Added by Miriam Baglioni over 4 years ago
modules/dnet-directindex-api/branches/solr75/pom.xml | ||
---|---|---|
75 | 75 |
<artifactId>spring-context-support</artifactId> |
76 | 76 |
<version>${spring.version}</version> |
77 | 77 |
</dependency> |
78 |
<dependency> |
|
79 |
<groupId>com.fasterxml.jackson.core</groupId> |
|
80 |
<artifactId>jackson-annotations</artifactId> |
|
81 |
<version>2.9.4</version> |
|
82 |
</dependency> |
|
78 | 83 |
</dependencies> |
79 | 84 |
|
80 | 85 |
<properties> |
Also available in: Unified diff
added dependency for jackson-annotations