diff options
-rw-r--r-- | pom.xml | 15 | ||||
-rw-r--r-- | project.clj | 4 |
2 files changed, 1 insertions, 18 deletions
@@ -7,7 +7,7 @@ <name>aai-chameleon</name> <description/> <scm> - <tag>220e170103ae5711addcfd84f597fc06a5e3aaca</tag> + <tag>2d27954676842e1562c18ec28ca4fb8c13899cb4</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> @@ -76,19 +76,6 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>3.2.0</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> diff --git a/project.clj b/project.clj index ec8ef18..5b34b8e 100644 --- a/project.clj +++ b/project.clj @@ -64,10 +64,6 @@ {:executions ([:execution [:id "copy-dependencies"] [:goals ([:goal "copy-dependencies"])] [:phase "package"]])}] - [org.apache.maven.plugins/maven-shade-plugin "3.2.0" - {:executions ([:execution - [:phase "package"] - [:goals ([:goal "shade"])]])}] [org.sonatype.plugins/nexus-staging-maven-plugin "1.6.7" {:extensions true :configuration ([:nexusUrl "https://nexus.onap.org"] |