summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-adaptor/provider/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-02-06 16:11:42 -0500
committerPatrick Brady <pb071s@att.com>2018-02-07 19:53:26 +0000
commit8eb9f5d4a673cb1ab18423b7e84ec8bc6c96c5b6 (patch)
tree27b79f4690ed142e87be494b89d6f6589f351b36 /appc-config/appc-config-adaptor/provider/pom.xml
parentb9be91a588d08ec506783473a8af9689fb4fa9b6 (diff)
Removing old name references
Removing references to bvc, att Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-292
Diffstat (limited to 'appc-config/appc-config-adaptor/provider/pom.xml')
-rw-r--r--appc-config/appc-config-adaptor/provider/pom.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml
index 11583124a..651dcf89a 100644
--- a/appc-config/appc-config-adaptor/provider/pom.xml
+++ b/appc-config/appc-config-adaptor/provider/pom.xml
@@ -70,22 +70,6 @@
<scope>test</scope>
</dependency>
- <!--
- this comes from brocade parent (app-cntrl) , not sure about opendaylight (onap)
- value was <slf4j.version>1.7.2</slf4j.version>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- -->
-
<dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
@@ -140,43 +124,6 @@
<manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
</configuration>
</plugin>
-
</plugins>
- <pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
- only. It has no influence on the Maven build itself. -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>
- com.brocade.developer
- </groupId>
- <artifactId>
- providermodule-plugin
- </artifactId>
- <versionRange>
- [1.2.0.100-SNAPSHOT,)
- </versionRange>
- <goals>
- <goal>process</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore/>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
</project>