summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-analytics/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-analytics/pom.xml36
1 files changed, 8 insertions, 28 deletions
diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml
index 414c6f7d..5f10690d 100644
--- a/ecomp-sdk/epsdk-analytics/pom.xml
+++ b/ecomp-sdk/epsdk-analytics/pom.xml
@@ -19,31 +19,6 @@
<!-- properties are inherited from parent -->
<!-- repositories are inherited from parent -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <!-- version managed by oparent ${jacocoVersion}</version> -->
- <executions>
- <execution>
- <id>portal-offline-instrument</id>
- <phase>none</phase>
- <goals>
- <goal>instrument</goal>
- </goals>
- </execution>
- <execution>
- <id>portal-restore-instrumented-classes</id>
- <phase>none</phase>
- <goals>
- <goal>restore-instrumented-classes</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-</build>
<dependencies>
<!-- sdk-core -->
@@ -56,17 +31,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.6.3</version>
+ <version>2.9.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.6.3</version>
+ <version>2.9.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.6.3</version>
+ <version>2.9.2</version>
</dependency>
<!-- Raptor required Libraries -->
<!-- for static charts -->
@@ -191,6 +166,11 @@
<version>${jacoco.version}</version>
<classifier>runtime</classifier>
</dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.3.3</version>
+ </dependency>
</dependencies>
</project>