Skip to content

Commit

Permalink
Fixes for issues with the uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilun committed Oct 24, 2017
1 parent 778324f commit 3719b3f
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 5,612 deletions.
2 changes: 1 addition & 1 deletion dme2-schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.att.aft</groupId>
<artifactId>dme2-schemas</artifactId>
<packaging>jar</packaging>
<version>3.1.200</version>
<version>3.1.200-oss</version>
<name>dme2-schemas</name>
<url>https://github.com/att/DME/wiki</url>
<description>DME2 Schemas</description>
Expand Down
6 changes: 3 additions & 3 deletions dme3-base/dme2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.att.aft</groupId>
<artifactId>dme2-base</artifactId>
<version>3.1.200</version>
<version>3.1.200-oss</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dme2-api</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.att.aft</groupId>
<artifactId>scld-config-api</artifactId>
<version>3.1.200</version>
<version>3.1.200-oss</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -223,7 +223,7 @@
<dependency>
<groupId>com.att.aft</groupId>
<artifactId>dme2-schemas</artifactId>
<version>3.1.200</version>
<version>3.1.200-oss</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down
Loading

0 comments on commit 3719b3f

Please sign in to comment.