Skip to content
Snippets Groups Projects
Commit 11d19e9e authored by pkupczyk's avatar pkupczyk
Browse files

SP-67 / BIS-35: Add Jackson annotations to all classes used in JSON-RPC...

SP-67 / BIS-35: Add Jackson annotations to all classes used in JSON-RPC interfaces (change @JsonTypeName to @JsonObject to make the annotation visible in JavaDoc)

SVN: 25399
parent 8b5e69e7
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,11 @@ ...@@ -122,6 +122,11 @@
<fileset dir="../screening/dist/etc"> <fileset dir="../screening/dist/etc">
<include name="tabular-data-graph.properties" /> <include name="tabular-data-graph.properties" />
</fileset> </fileset>
</copy>
<copy todir="${dist.datastore_server.lib}" flatten="true">
<fileset dir="${lib}/reflections">
<include name="**/*.jar"/>
</fileset>
</copy> </copy>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment