Ryan Young | e35c3a0 | 2018-06-28 17:22:47 -0400 | [diff] [blame] | 1 | <!--
|
| 2 | ============LICENSE_START=======================================================
|
| 3 | ONAP : APPC
|
| 4 | ================================================================================
|
| 5 | Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
|
| 6 | ================================================================================
|
| 7 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 8 | you may not use this file except in compliance with the License.
|
| 9 | You may obtain a copy of the License at
|
| 10 |
|
| 11 | http://www.apache.org/licenses/LICENSE-2.0
|
| 12 |
|
| 13 | Unless required by applicable law or agreed to in writing, software
|
| 14 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 16 | See the License for the specific language governing permissions and
|
| 17 | limitations under the License.
|
| 18 | ============LICENSE_END=========================================================
|
| 19 | --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 20 | <modelVersion>4.0.0</modelVersion>
|
| 21 | <parent>
|
| 22 | <groupId>org.onap.appc.parent</groupId>
|
Patrick Brady | b1f5afc | 2018-09-21 10:15:49 -0700 | [diff] [blame^] | 23 | <artifactId>binding-parent</artifactId>
|
Ryan Young | e35c3a0 | 2018-06-28 17:22:47 -0400 | [diff] [blame] | 24 | <version>1.4.0-SNAPSHOT</version>
|
| 25 | </parent>
|
| 26 |
|
| 27 | <groupId>org.onap.appc</groupId>
|
| 28 | <artifactId>appc-common-bundle</artifactId>
|
| 29 | <packaging>bundle</packaging>
|
| 30 |
|
| 31 | <dependencies>
|
| 32 | <!-- logging -->
|
| 33 | <dependency>
|
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 34 | <groupId>ch.qos.logback</groupId>
|
| 35 | <artifactId>logback-classic</artifactId>
|
| 36 | <version>${logback.version}</version>
|
| 37 | </dependency>
|
| 38 | <dependency>
|
Ryan Young | e35c3a0 | 2018-06-28 17:22:47 -0400 | [diff] [blame] | 39 | <groupId>com.att.eelf</groupId>
|
| 40 | <artifactId>eelf-core</artifactId>
|
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 41 | <exclusions>
|
| 42 | <exclusion>
|
| 43 | <groupId>ch.qos.logback</groupId>
|
| 44 | <artifactId>logback-classic</artifactId>
|
| 45 | </exclusion>
|
| 46 | </exclusions>
|
Ryan Young | e35c3a0 | 2018-06-28 17:22:47 -0400 | [diff] [blame] | 47 | </dependency>
|
| 48 | <dependency>
|
| 49 | <groupId>org.slf4j</groupId>
|
| 50 | <artifactId>slf4j-api</artifactId>
|
| 51 | <scope>provided</scope>
|
| 52 | </dependency>
|
| 53 |
|
| 54 | <!-- encryption -->
|
| 55 |
|
| 56 | <dependency>
|
| 57 | <groupId>org.apache.servicemix.bundles</groupId>
|
| 58 | <artifactId>org.apache.servicemix.bundles.jasypt</artifactId>
|
| 59 | <version>1.9.2_1</version>
|
| 60 | </dependency>
|
| 61 |
|
| 62 | <!-- Web framework -->
|
| 63 | <dependency>
|
| 64 | <groupId>org.apache.commons</groupId>
|
| 65 | <artifactId>commons-lang3</artifactId>
|
| 66 | </dependency>
|
| 67 |
|
| 68 | <dependency>
|
| 69 | <groupId>com.fasterxml.jackson.core</groupId>
|
| 70 | <artifactId>jackson-core</artifactId>
|
| 71 | </dependency>
|
| 72 | <dependency>
|
| 73 | <groupId>com.fasterxml.jackson.core</groupId>
|
| 74 | <artifactId>jackson-databind</artifactId>
|
| 75 | </dependency>
|
| 76 | <dependency>
|
| 77 | <groupId>com.fasterxml.jackson.core</groupId>
|
| 78 | <artifactId>jackson-annotations</artifactId>
|
| 79 | </dependency>
|
| 80 |
|
| 81 | <!-- CCSDK components -->
|
| 82 | <dependency>
|
| 83 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
| 84 | <artifactId>dblib-provider</artifactId>
|
| 85 | <scope>provided</scope>
|
| 86 | <exclusions>
|
| 87 | <exclusion>
|
| 88 | <groupId>equinoxSDK381</groupId>
|
| 89 | <artifactId>org.eclipse.osgi</artifactId>
|
| 90 | </exclusion>
|
| 91 | </exclusions>
|
| 92 | </dependency>
|
| 93 |
|
| 94 | <!-- TEST DEPENDENCIES -->
|
| 95 | <dependency>
|
| 96 | <groupId>junit</groupId>
|
| 97 | <artifactId>junit</artifactId>
|
| 98 | <scope>test</scope>
|
| 99 | </dependency>
|
| 100 | <dependency>
|
| 101 | <groupId>org.mockito</groupId>
|
| 102 | <artifactId>mockito-core</artifactId>
|
| 103 | <scope>test</scope>
|
| 104 | </dependency>
|
| 105 | <dependency>
|
| 106 | <groupId>org.powermock</groupId>
|
| 107 | <artifactId>powermock-reflect</artifactId>
|
| 108 | <scope>test</scope>
|
| 109 | </dependency>
|
| 110 | <dependency>
|
| 111 | <groupId>org.powermock</groupId>
|
| 112 | <artifactId>powermock-module-junit4</artifactId>
|
| 113 | <scope>test</scope>
|
| 114 | </dependency>
|
| 115 | <dependency>
|
| 116 | <groupId>org.powermock</groupId>
|
| 117 | <artifactId>powermock-api-mockito</artifactId>
|
| 118 | <scope>test</scope>
|
| 119 | </dependency>
|
| 120 | </dependencies>
|
| 121 |
|
| 122 | <build>
|
| 123 | <plugins>
|
| 124 | <plugin>
|
| 125 | <groupId>com.att.eelf</groupId>
|
| 126 | <artifactId>eelf-maven-plugin</artifactId>
|
| 127 | <version>1.0.0</version>
|
| 128 | <executions>
|
| 129 | <execution>
|
| 130 | <id>validation</id>
|
| 131 | <phase>install</phase>
|
| 132 | <goals>
|
| 133 | <goal>ValidateApplicationMsgs</goal>
|
| 134 | </goals>
|
| 135 | <configuration>
|
| 136 | <resources>
|
| 137 | <resource>
|
| 138 | <messageClass>org.onap.appc.i18n.Msg</messageClass>
|
| 139 | </resource>
|
| 140 | </resources>
|
| 141 | </configuration>
|
| 142 | </execution>
|
| 143 | <execution>
|
| 144 | <id>generate</id>
|
| 145 | <phase>install</phase>
|
| 146 | <goals>
|
| 147 | <goal>WikiMsgGenerator</goal>
|
| 148 | </goals>
|
| 149 | <configuration>
|
| 150 | <outputDirectory>target/messages</outputDirectory>
|
| 151 | <outputFile>messages.html</outputFile>
|
| 152 | <resources>
|
| 153 | <resource>
|
| 154 | <messageClass>org.onap.appc.i18n.Msg</messageClass>
|
| 155 | <header><![CDATA[<p> <ac:macro ac:name="toc" /> </p>]]></header>
|
| 156 | </resource>
|
| 157 | </resources>
|
| 158 | </configuration>
|
| 159 | </execution>
|
| 160 | </executions>
|
| 161 | <dependencies>
|
| 162 | <dependency>
|
| 163 | <groupId>org.onap.appc</groupId>
|
| 164 | <artifactId>appc-common-bundle</artifactId>
|
| 165 | <version>${project.version}</version>
|
| 166 | </dependency>
|
| 167 | </dependencies>
|
| 168 | </plugin>
|
Patrick Brady | b1f5afc | 2018-09-21 10:15:49 -0700 | [diff] [blame^] | 169 |
|
| 170 | <plugin>
|
| 171 | <groupId>org.apache.felix</groupId>
|
| 172 | <artifactId>maven-bundle-plugin</artifactId>
|
| 173 | <extensions>true</extensions>
|
| 174 | <configuration>
|
| 175 | <instructions>
|
| 176 | <Bundle-SymbolicName>appc-common-bundle</Bundle-SymbolicName>
|
| 177 | <Export-Package>org.onap.appc.*, com.att.eelf.*</Export-Package>
|
| 178 | <Embed-Dependency>eelf-core</Embed-Dependency>
|
| 179 | <Embed-Transitive>true</Embed-Transitive>
|
| 180 | </instructions>
|
| 181 | </configuration>
|
| 182 | </plugin>
|
Ryan Young | e35c3a0 | 2018-06-28 17:22:47 -0400 | [diff] [blame] | 183 | </plugins>
|
| 184 | </build>
|
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 185 | </project>
|