Merge "Fix retrieval of resourceInputObj in delete e2e" into casablanca
[so.git] / common / pom.xml
1 <?xml version="1.0"?>
2 <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">
3         <modelVersion>4.0.0</modelVersion>
4         <parent>
5         <groupId>org.onap.so</groupId>
6         <artifactId>so</artifactId>
7         <version>1.3.0-SNAPSHOT</version>
8         </parent>
9         <artifactId>common</artifactId>
10         <name>MSO Common classes</name>
11         <description>MSO Common classes:- Logger</description>
12         <dependencies>
13                 <dependency>
14                         <groupId>org.apache.httpcomponents</groupId>
15                         <artifactId>httpclient</artifactId>
16                 </dependency>
17                 <dependency>
18                         <groupId>javax.servlet</groupId>
19                         <artifactId>javax.servlet-api</artifactId>
20                 </dependency>
21                 <dependency>
22                         <groupId>org.springframework</groupId>
23                         <artifactId>spring-aspects</artifactId>
24                         <version>3.1.2.RELEASE</version>
25                 </dependency>
26                 <dependency>
27             <groupId>org.springframework.boot</groupId>
28             <artifactId>spring-boot-starter-security</artifactId>
29         </dependency>
30                 <dependency>
31             <groupId>org.springframework.boot</groupId>
32             <artifactId>spring-boot-starter-actuator</artifactId>
33         </dependency>                   
34                 <dependency>
35                         <groupId>com.jayway.jsonpath</groupId>
36                         <artifactId>json-path</artifactId>
37                         <version>2.2.0</version>
38                 </dependency>
39                 <dependency>
40                         <groupId>org.hibernate</groupId>
41                         <artifactId>hibernate-core</artifactId>
42                 </dependency>
43                 <dependency>
44                         <groupId>org.onap.appc.client</groupId>
45                         <artifactId>client-kit</artifactId>
46                         <version>1.4.0</version>
47                 </dependency>
48                 <dependency>
49                         <groupId>org.onap.appc.client</groupId>
50                         <artifactId>client-lib</artifactId>
51                         <version>1.4.0</version>
52                 </dependency>
53                 <dependency>
54                         <groupId>org.springframework</groupId>
55                         <artifactId>spring-web</artifactId>
56                 </dependency>
57                 <dependency>
58                 <groupId>org.springframework</groupId>
59                 <artifactId>spring-webmvc</artifactId>
60                 </dependency>
61                 <dependency>
62                         <groupId>org.onap.aai.aai-common</groupId>
63                         <artifactId>aai-schema</artifactId>
64                         <version>1.3.1</version>
65                 </dependency>
66                 <dependency>
67                         <groupId>org.modelmapper</groupId>
68                         <artifactId>modelmapper</artifactId>
69                         <version>1.1.0</version>
70                 </dependency>
71                 <dependency>
72                         <groupId>com.google.guava</groupId>
73                         <artifactId>guava</artifactId>
74
75                 </dependency>
76                 <dependency>
77                         <groupId>org.apache.commons</groupId>
78                         <artifactId>commons-lang3</artifactId>
79                         <version>3.4</version>
80                 </dependency>
81                 <dependency>
82                         <groupId>org.apache.cxf</groupId>
83                         <artifactId>cxf-rt-rs-client</artifactId>
84                         <version>${cxf.version}</version>
85                         <scope>test</scope>
86                 </dependency>
87                 <dependency>
88                         <groupId>com.shazam</groupId>
89                         <artifactId>shazamcrest</artifactId>
90                         <version>0.11</version>
91                         <scope>test</scope>
92                         <exclusions>
93                                 <exclusion>
94                                         <groupId>com.google.guava</groupId>
95                                         <artifactId>guava</artifactId>
96                                 </exclusion>
97                                 <exclusion>
98                                         <groupId>org.apache.commons</groupId>
99                                         <artifactId>commons-lang3</artifactId>
100                                 </exclusion>
101                         </exclusions>
102                 </dependency>
103                 <!--for yang decoder -->
104                 <!--<dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-codec-gson</artifactId> 
105                         <version>1.1.1-Carbon</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> 
106                         <artifactId>mdsal-binding-dom-adapter</artifactId> <version>2.2.1-Carbon</version> 
107                         </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-broker</artifactId> 
108                         <version>2.2.1-Carbon</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> 
109                         <artifactId>sal-rest-connector</artifactId> <version>1.5.1-Carbon</version> 
110                         </dependency> <dependency> <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> 
111                         <version>2.0.0</version> </dependency> -->
112                 <dependency>
113                         <groupId>org.slf4j</groupId>
114                         <artifactId>slf4j-ext</artifactId>
115                 </dependency>
116
117                 <dependency>
118                         <groupId>org.slf4j</groupId>
119                         <artifactId>slf4j-api</artifactId>
120                 </dependency>
121                 <dependency>
122                         <groupId>org.springframework.boot</groupId>
123                         <artifactId>spring-boot-configuration-processor</artifactId>
124                         <optional>true</optional>
125                 </dependency>
126                 <dependency>
127                         <groupId>net.jodah</groupId>
128                         <artifactId>failsafe</artifactId>
129                         <version>1.1.0</version>
130                 </dependency>
131         <dependency>
132             <groupId>org.springframework.security</groupId>
133             <artifactId>spring-security-web</artifactId>
134             <version>5.0.5.RELEASE</version>
135         </dependency>
136                 <dependency>
137                         <groupId>org.onap.logging-analytics</groupId>
138                         <artifactId>logging-slf4j</artifactId>
139                         <version>1.2.2</version>
140                 </dependency>
141                 <dependency>
142                         <groupId>org.springframework.boot</groupId>
143                         <artifactId>spring-boot-starter-test</artifactId>
144                         <scope>test</scope>
145                 </dependency>
146     </dependencies>
147         <build>
148                 <resources>
149                         <resource>
150                                 <directory>src/main/resources</directory>
151                                 <filtering>true</filtering>
152                         </resource>
153                         <resource>
154                                 <directory>src/main/java</directory>
155                                 <includes>
156                                         <include>**/*.java</include>
157                                 </includes>
158                         </resource>
159                 </resources>
160                 <plugins>
161                         <plugin>
162                                 <groupId>org.apache.maven.plugins</groupId>
163                                 <artifactId>maven-surefire-plugin</artifactId>
164                                 <executions>
165                                         <execution>
166                                                 <id>default-test</id>
167                                                 <goals>
168                                                         <goal>test</goal>
169                                                 </goals>
170                                                 <configuration>
171                                                         <includes>
172                                                                 <include>**/NonSpringSuite.java</include>
173                                                         </includes>     
174                                                 </configuration>
175                                         </execution>
176                                         <execution>
177                                                 <id>spring-tests</id>
178                                                 <goals>
179                                                         <goal>test</goal>
180                                                 </goals>
181                                                 <configuration>
182                                                         <includes>
183                                                                 <include>**/SpringSuite.java</include>
184                                                         </includes>     
185                                                 </configuration>
186                                         </execution>
187                                 </executions>
188                         </plugin>
189                 </plugins>      
190         </build>
191 </project>