Skip to content

Commit

Permalink
Excluded duplicated dependencies from pom.xml #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavgra committed Sep 26, 2018
1 parent 4e3d4c4 commit 1071ce1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,11 @@
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>execution-engine-commons</artifactId>
<version>${arachne.version}</version>
</dependency>
<dependency>
<groupId>com.odysseusinc</groupId>
<artifactId>logging</artifactId>
<version>${arachne.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand All @@ -629,11 +634,6 @@
<artifactId>logging</artifactId>
<version>${arachne.version}</version>
</dependency>
<dependency>
<groupId>com.odysseusinc</groupId>
<artifactId>logging</artifactId>
<version>${arachne.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
Expand Down

0 comments on commit 1071ce1

Please sign in to comment.