Skip to content
Snippets Groups Projects
Commit ee78d03c authored by adityab3's avatar adityab3
Browse files

[backend] Added dependency for charts

parent 1696a7b4
No related branches found
No related tags found
1 merge request!26UC14
...@@ -430,6 +430,11 @@ ...@@ -430,6 +430,11 @@
<artifactId>recaptcha4j</artifactId> <artifactId>recaptcha4j</artifactId>
<version>0.0.7</version> <version>0.0.7</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svggen</artifactId>
<version>1.8</version>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
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