diff options
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 23404b20..43c3c64a 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -33,10 +33,6 @@ limitations under the License. <name>aai-schema-ingest</name> <packaging>jar</packaging> - <properties> - <httpclient.version>4.5.13</httpclient.version> - <springframework.version>4.3.24.RELEASE</springframework.version> - </properties> <build> <plugins> <plugin> @@ -117,6 +113,14 @@ limitations under the License. <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> |