aboutsummaryrefslogtreecommitdiffstats
path: root/config-lib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-29 15:13:39 +0100
committerGitHub <noreply@github.com>2020-11-29 15:13:39 +0100
commitfdeccfee78aeb90eeee42667b9f55cb1a0d9b113 (patch)
tree717ba53e90fedcbb29d128de2af1b4086e4996da /config-lib/pom.xml
parenta7cc1248bade10175a73a4602f8452ccda6a102a (diff)
Revert "Bratseth/apply on restart take 4"
Diffstat (limited to 'config-lib/pom.xml')
-rw-r--r--config-lib/pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/config-lib/pom.xml b/config-lib/pom.xml
index bc11f0ab874..1002d43bc37 100644
--- a/config-lib/pom.xml
+++ b/config-lib/pom.xml
@@ -26,11 +26,6 @@
<artifactId>annotations</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>configgen</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>
<plugins>
@@ -73,31 +68,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <finalName>${project.artifactId}-jar-with-dependencies</finalName>
- <transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <manifestEntries>
- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
- <Import-Package>
- com.yahoo.config.codegen<!-- TODO: Remove when the model of config def, which today is InnerCNode in codegen :-(, is moved to config-lib -->
- </Import-Package>
- </manifestEntries>
- </transformer>
- </transformers>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>