-<?xml version="1.0" encoding="UTF-8"?>\r
-\r
-<!--\r
- * Copyright (c) 2013 Industrial Technology Research Institute of Taiwan and others. All rights reserved.\r
- *\r
- * This program and the accompanying materials are made available under the\r
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
- * and is available at http://www.eclipse.org/legal/epl-v10.html\r
- *\r
--->\r
-\r
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"\r
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
- <modelVersion>4.0.0</modelVersion>\r
- <prerequisites>\r
- <maven>3.0</maven>\r
- </prerequisites>\r
- <groupId>org.opendaylight.snmp4sdn</groupId>\r
- <artifactId>commons.snmp4sdn</artifactId>\r
- <version>0.1.0-SNAPSHOT</version>\r
- <packaging>pom</packaging>\r
- <parent>\r
- <groupId>org.opendaylight.snmp4sdn</groupId>\r
- <artifactId>commons.parent</artifactId>\r
- <version>0.1.0-SNAPSHOT</version>\r
- <relativePath>../parent</relativePath>\r
- </parent>\r
-\r
- <scm>\r
- <connection>scm:git:ssh://git.opendaylight.org:29418/snmp4sdn.git</connection>\r
- <developerConnection>scm:git:ssh://git.opendaylight.org:29418/snmp4sdn.git</developerConnection>\r
- <url>https://wiki.opendaylight.org/view/SNMP4SDN:Main</url>\r
- </scm>\r
-\r
- <properties>\r
- <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>\r
- <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>\r
- <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>\r
- <siteplugin>3.2</siteplugin>\r
- <projectinfo>2.6</projectinfo>\r
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
- <compiler.version>2.3.2</compiler.version>\r
- <surefire.version>2.15</surefire.version>\r
- <failsafe.version>2.15</failsafe.version>\r
- <exam.version>3.0.0</exam.version>\r
- <url.version>1.5.0</url.version>\r
- <enunciate.version>1.26.2</enunciate.version>\r
- <sonar.branch>${user.name}-private-view</sonar.branch>\r
- <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>\r
- <logback.version>1.0.9</logback.version>\r
- <slf4j.version>1.7.2</slf4j.version>\r
- <jackson.version>1.9.8</jackson.version>\r
- <spring.version>3.1.3.RELEASE</spring.version>\r
- <spring-security.version>3.1.3.RELEASE</spring-security.version>\r
- <jersey.version>1.17</jersey.version>\r
- <virgo.version>3.6.0.RELEASE</virgo.version>\r
- <geminiweb.version>2.2.0.RELEASE</geminiweb.version>\r
- <checkstyle.version>2.10</checkstyle.version>\r
- <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>\r
- <!--<yang.version>0.6.1</yang.version>-->\r
- <guava.version>14.0.1</guava.version>\r
- <ietf-inet-types.version>2010.09.24.3</ietf-inet-types.version>\r
- <!--<ietf-yang-types.version>2010.09.24.3</ietf-yang-types.version>-->\r
- <!--<yang-ext.version>2013.09.07.3</yang-ext.version>-->\r
- <javassist.version>3.17.1-GA</javassist.version>\r
- <sample-toaster.version>1.0</sample-toaster.version>\r
- <releaseplugin.version>2.3.2</releaseplugin.version>\r
- <commons.lang.version>3.1</commons.lang.version>\r
- <jacoco.version>0.5.3.201107060350</jacoco.version>\r
- </properties>\r
-\r
- <pluginRepositories>\r
- <pluginRepository>\r
- <id>central</id>\r
- <name>maven repo1</name>\r
- <url>http://repo1.maven.org/maven2</url>\r
- </pluginRepository>\r
- </pluginRepositories>\r
-\r
- <profiles>\r
- <profile>\r
- <id>notduringrelease</id>\r
- <activation>\r
- <property>\r
- <name>!DOINGRELEASE</name>\r
- </property>\r
- </activation>\r
- <dependencies>\r
- <!-- yangtools -->\r
- <!--\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-binding</artifactId>\r
- <version>${yang.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-common</artifactId>\r
- <version>${yang.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-data-api</artifactId>\r
- <version>${yang.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-model-api</artifactId>\r
- <version>${yang.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-data-util</artifactId>\r
- <version>${yang.version}</version>\r
- </dependency>\r
- -->\r
- <!-- Models -->\r
- <!--\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools.model</groupId>\r
- <artifactId>ietf-inet-types</artifactId>\r
- <version>${ietf-inet-types.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools.model</groupId>\r
- <artifactId>ietf-yang-types</artifactId>\r
- <version>${ietf-yang-types.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.opendaylight.yangtools</groupId>\r
- <artifactId>yang-ext</artifactId>\r
- <version>${yang-ext.version}</version>\r
- </dependency>\r
- -->\r
- <!-- Other MDSAL dependencies -->\r
-\r
- <dependency>\r
- <groupId>com.google.guava</groupId>\r
- <artifactId>guava</artifactId>\r
- <version>${guava.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.javassist</groupId>\r
- <artifactId>javassist</artifactId>\r
- <version>${javassist.version}</version>\r
- </dependency>\r
- </dependencies>\r
- <properties>\r
- <build.suffix>${project.version}</build.suffix>\r
- </properties>\r
- </profile>\r
- <profile>\r
- <id>viewbuild</id>\r
- <activation>\r
- <activeByDefault>true</activeByDefault>\r
- </activation>\r
- <properties>\r
- <build.suffix>${project.version}</build.suffix>\r
- </properties>\r
- </profile>\r
- <profile>\r
- <id>jenkins</id>\r
- <activation>\r
- <property>\r
- <name>BUILDSUFFIX</name>\r
- </property>\r
- </activation>\r
- <properties>\r
- <build.suffix>${BUILDSUFFIX}</build.suffix>\r
- </properties>\r
- </profile>\r
- <profile>\r
- <id>fastreassembly</id>\r
- <build>\r
- <plugins>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-dependency-plugin</artifactId>\r
- <version>2.4</version>\r
- <executions>\r
- <execution>\r
- <id>copyfastreassembly</id>\r
- <phase>install</phase>\r
- <goals>\r
- <goal>copy</goal>\r
- </goals>\r
- <configuration>\r
- <artifactItems>\r
- <artifactItem>\r
- <groupId>${project.groupId}</groupId>\r
- <artifactId>${project.artifactId}</artifactId>\r
- <version>${project.version}</version>\r
- <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>\r
- </artifactItem>\r
- </artifactItems>\r
- <outputDirectory>${fastreassembly.directory}</outputDirectory>\r
- </configuration>\r
- </execution>\r
- </executions>\r
- </plugin>\r
- </plugins>\r
- </build>\r
- </profile>\r
- </profiles>\r
-\r
- <repositories>\r
- <!-- EBR release -->\r
- <!-- http://repository.springsource.com/maven/bundles/release -->\r
- <repository>\r
- <id>ebr-bundles-release</id>\r
- <name>ebr-bundles-release</name>\r
- <url>${nexusproxy}/repositories/ebr-bundles-release/</url>\r
- </repository>\r
- <!-- EBR external -->\r
- <!-- http://repository.springsource.com/maven/bundles/external -->\r
- <repository>\r
- <id>ebr-bundles-external</id>\r
- <name>ebr-bundles-external</name>\r
- <url>${nexusproxy}/repositories/ebr-bundles-external/</url>\r
- </repository>\r
- <repository>\r
- <id>central</id>\r
- <name>central</name>\r
- <url>http://repo1.maven.org/maven2</url>\r
- <snapshots>\r
- <enabled>false</enabled>\r
- </snapshots>\r
- <releases>\r
- <enabled>true</enabled>\r
- </releases>\r
- </repository>\r
- <!-- Pax mirror -->\r
- <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->\r
- <repository>\r
- <id>ops4j-releases</id>\r
- <name>ops4j-releases</name>\r
- <url>${nexusproxy}/repositories/ops4j-releases/</url>\r
- </repository>\r
- <!-- Third Packages hosted in local maven because not available in\r
- other places -->\r
- <repository>\r
- <id>thirdparty</id>\r
- <name>thirdparty</name>\r
- <url>${nexusproxy}/repositories/thirdparty/</url>\r
- </repository>\r
- <!-- Jboss mirror -->\r
- <!-- https://repository.jboss.org/nexus/content/repositories/releases -->\r
- <repository>\r
- <id>jboss.releases</id>\r
- <name>jboss.releases</name>\r
- <url>${nexusproxy}/repositories/jboss.releases/</url>\r
- </repository>\r
- <!-- OpenDayLight Released artifact -->\r
- <repository>\r
- <id>opendaylight-release</id>\r
- <name>opendaylight-release</name>\r
- <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
- </repository>\r
- <!-- OpenDayLight Snapshot artifact -->\r
- <repository>\r
- <id>opendaylight-snapshot</id>\r
- <name>opendaylight-snapshot</name>\r
- <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
- </repository>\r
- </repositories>\r
- <distributionManagement>\r
- <!-- OpenDayLight Released artifact -->\r
- <repository>\r
- <id>opendaylight-release</id>\r
- <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
- </repository>\r
- <!-- OpenDayLight Snapshot artifact -->\r
- <snapshotRepository>\r
- <id>opendaylight-snapshot</id>\r
- <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
- </snapshotRepository>\r
- <!-- Site deployment -->\r
- <site>\r
- <id>website</id>\r
- <url>${sitedeploy}</url>\r
- </site>\r
- </distributionManagement>\r
-\r
- <reporting>\r
- <excludeDefaults>true</excludeDefaults>\r
- <outputDirectory>${project.build.directory}/site</outputDirectory>\r
- <plugins>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-project-info-reports-plugin</artifactId>\r
- <version>${projectinfo}</version>\r
- <configuration>\r
- <dependencyDetailsEnabled>false</dependencyDetailsEnabled>\r
- <dependencyLocationsEnabled>false</dependencyLocationsEnabled>\r
- </configuration>\r
- <reportSets>\r
- <reportSet>\r
- <reports>\r
- <report>index</report>\r
- <report>project-team</report>\r
- <report>license</report>\r
- <report>mailing-list</report>\r
- <report>plugin-management</report>\r
- <report>cim</report>\r
- <report>issue-tracking</report>\r
- <report>scm</report>\r
- <report>summary</report>\r
- </reports>\r
- </reportSet>\r
- </reportSets>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-jxr-plugin</artifactId>\r
- <version>2.3</version>\r
- <configuration>\r
- <aggregate>true</aggregate>\r
- <linkJavadoc>true</linkJavadoc>\r
- </configuration>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-checkstyle-plugin</artifactId>\r
- <version>${checkstyle.version}</version>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-javadoc-plugin</artifactId>\r
- <version>2.8.1</version>\r
- <configuration>\r
- <doclet>org.jboss.apiviz.APIviz</doclet>\r
- <docletArtifact>\r
- <groupId>org.jboss.apiviz</groupId>\r
- <artifactId>apiviz</artifactId>\r
- <version>1.3.2.GA</version>\r
- </docletArtifact>\r
- <finalName>${project.artifactId}-${build.suffix}</finalName>\r
- <useStandardDocletOptions>true</useStandardDocletOptions>\r
- <charset>UTF-8</charset>\r
- <encoding>UTF-8</encoding>\r
- <docencoding>UTF-8</docencoding>\r
- <breakiterator>true</breakiterator>\r
- <version>true</version>\r
- <author>true</author>\r
- <keywords>true</keywords>\r
- <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>\r
- </configuration>\r
- </plugin>\r
- </plugins>\r
- </reporting>\r
-\r
- <build>\r
- <plugins>\r
- <plugin>\r
- <groupId>org.codehaus.mojo</groupId>\r
- <artifactId>properties-maven-plugin</artifactId>\r
- <version>${propertymavenplugin.version}</version>\r
- <executions>\r
- <execution>\r
- <goals>\r
- <goal>set-system-properties</goal>\r
- </goals>\r
- <configuration>\r
- <properties>\r
- <property>\r
- <name>logback.configurationFile</name>\r
- <value>${project.parent.basedir}/logback.xml</value>\r
- </property>\r
- </properties>\r
- </configuration>\r
- </execution>\r
- </executions>\r
- </plugin>\r
- <plugin>\r
- <groupId>com.googlecode.maven-java-formatter-plugin</groupId>\r
- <artifactId>maven-java-formatter-plugin</artifactId>\r
- <version>0.3.1</version>\r
- <configuration>\r
- <compilerSource>1.6</compilerSource>\r
- <compilerCompliance>1.6</compilerCompliance>\r
- <compilerTargetPlatform>1.6</compilerTargetPlatform>\r
- <configFile>${project.parent.basedir}/sun_coding_style.xml</configFile>\r
- </configuration>\r
- </plugin>\r
- <!-- s4s: not yet know how to proceed, if here allows commons.checkstyle -->\r
- <!--\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-checkstyle-plugin</artifactId>\r
- <version>${checkstyle.version}</version>\r
- <dependencies>\r
- <dependency>\r
- <groupId>org.opendaylight.snmp4sdn</groupId>\r
- <artifactId>commons.checkstyle</artifactId>\r
- <version>0.0.1-SNAPSHOT</version>\r
- </dependency>\r
- </dependencies>\r
- <executions>\r
- <execution>\r
- <phase>process-sources</phase>\r
- <goals>\r
- <goal>check</goal>\r
- </goals>\r
- </execution>\r
- </executions>\r
- <configuration>\r
- <failsOnError>true</failsOnError>\r
- <configLocation>snmp4sdn/space_and_tabs_checks.xml</configLocation>\r
- <consoleOutput>true</consoleOutput>\r
- <includeTestSourceDirectory>true</includeTestSourceDirectory>\r
- <sourceDirectory>${project.basedir}</sourceDirectory>\r
- <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>\r
- <excludes>target\/</excludes>\r
- </configuration>\r
- </plugin>-->\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-failsafe-plugin</artifactId>\r
- <version>${failsafe.version}</version>\r
- <configuration>\r
- <argLine>${testvm.argLine}</argLine>\r
- </configuration>\r
- <executions>\r
- <execution>\r
- <id>failsafe-integration-tests</id>\r
- <phase>integration-test</phase>\r
- <goals>\r
- <goal>integration-test</goal>\r
- </goals>\r
- </execution>\r
- <execution>\r
- <id>failsafe-verify</id>\r
- <phase>verify</phase>\r
- <goals>\r
- <goal>verify</goal>\r
- </goals>\r
- </execution>\r
- </executions>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-surefire-plugin</artifactId>\r
- <version>${surefire.version}</version>\r
- </plugin>\r
- </plugins>\r
- <pluginManagement>\r
- <plugins>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-release-plugin</artifactId>\r
- <version>${releaseplugin.version}</version>\r
- </plugin>\r
- <!-- Ignore/Execute plugin execution -->\r
- <plugin>\r
- <groupId>org.eclipse.m2e</groupId>\r
- <artifactId>lifecycle-mapping</artifactId>\r
- <version>1.0.0</version>\r
- <configuration>\r
- <lifecycleMappingMetadata>\r
- <pluginExecutions>\r
- <pluginExecution>\r
- <pluginExecutionFilter>\r
- <groupId>org.codehaus.mojo</groupId>\r
- <artifactId>properties-maven-plugin</artifactId>\r
- <versionRange>[0.0,)</versionRange>\r
- <goals>\r
- <goal>set-system-properties</goal>\r
- </goals>\r
- </pluginExecutionFilter>\r
- <action>\r
- <ignore/>\r
- </action>\r
- </pluginExecution>\r
- <pluginExecution>\r
- <pluginExecutionFilter>\r
- <groupId>org.codehaus.enunciate</groupId>\r
- <artifactId>maven-enunciate-plugin</artifactId>\r
- <versionRange>[0.0,)</versionRange>\r
- <goals>\r
- <goal>docs</goal>\r
- </goals>\r
- </pluginExecutionFilter>\r
- <action>\r
- <ignore/>\r
- </action>\r
- </pluginExecution>\r
- <pluginExecution>\r
- <pluginExecutionFilter>\r
- <groupId>org.jacoco</groupId>\r
- <artifactId>jacoco-maven-plugin</artifactId>\r
- <versionRange>[0.0,)</versionRange>\r
- <goals>\r
- <goal>prepare-agent</goal>\r
- <goal>pre-test</goal>\r
- <goal>post-test</goal>\r
- </goals>\r
- </pluginExecutionFilter>\r
- <action>\r
- <ignore/>\r
- </action>\r
- </pluginExecution>\r
- <pluginExecution>\r
- <pluginExecutionFilter>\r
- <groupId>org.ops4j.pax.exam</groupId>\r
- <artifactId>maven-paxexam-plugin</artifactId>\r
- <versionRange>[1.2.4,)</versionRange>\r
- <goals>\r
- <goal>generate-depends-file</goal>\r
- </goals>\r
- </pluginExecutionFilter>\r
- <action>\r
- <ignore/>\r
- </action>\r
- </pluginExecution>\r
- <!--<pluginExecution>\r
- <pluginExecutionFilter>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-checkstyle-plugin</artifactId>\r
- <versionRange>[2.0,)</versionRange>\r
- <goals>\r
- <goal>check</goal>\r
- </goals>\r
- </pluginExecutionFilter>\r
- <action>\r
- <ignore/>\r
- </action>\r
- </pluginExecution>-->\r
- </pluginExecutions>\r
- </lifecycleMappingMetadata>\r
- </configuration>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.codehaus.enunciate</groupId>\r
- <artifactId>maven-enunciate-plugin</artifactId>\r
- <version>${enunciate.version}</version>\r
- <configuration>\r
- <configFile>enunciate.xml</configFile>\r
- </configuration>\r
- <executions>\r
- <execution>\r
- <goals>\r
- <goal>docs</goal>\r
- </goals>\r
- </execution>\r
- </executions>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-compiler-plugin</artifactId>\r
- <version>${compiler.version}</version>\r
- <configuration>\r
- <source>1.6</source>\r
- <target>1.6</target>\r
- </configuration>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-javadoc-plugin</artifactId>\r
- <version>2.8.1</version>\r
- <configuration>\r
- <doclet>org.jboss.apiviz.APIviz</doclet>\r
- <docletArtifact>\r
- <groupId>org.jboss.apiviz</groupId>\r
- <artifactId>apiviz</artifactId>\r
- <version>1.3.2.GA</version>\r
- </docletArtifact>\r
- <finalName>${project.artifactId}-${build.suffix}</finalName>\r
- <useStandardDocletOptions>true</useStandardDocletOptions>\r
- <charset>UTF-8</charset>\r
- <encoding>UTF-8</encoding>\r
- <docencoding>UTF-8</docencoding>\r
- <breakiterator>true</breakiterator>\r
- <version>true</version>\r
- <author>true</author>\r
- <keywords>true</keywords>\r
- <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>\r
- </configuration>\r
- </plugin>\r
- <plugin>\r
- <groupId>org.apache.maven.plugins</groupId>\r
- <artifactId>maven-jxr-plugin</artifactId>\r
- <version>2.3</version>\r
- <configuration>\r
- <aggregate>true</aggregate>\r
- <linkJavadoc>true</linkJavadoc>\r
- <javadocDir>target/apidocs</javadocDir>\r
- </configuration>\r
- </plugin>\r
- </plugins>\r
- </pluginManagement>\r
- </build>\r
-\r
- <dependencies>\r
- <dependency>\r
- <groupId>org.slf4j</groupId>\r
- <artifactId>jcl-over-slf4j</artifactId>\r
- <version>${slf4j.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.slf4j</groupId>\r
- <artifactId>slf4j-api</artifactId>\r
- <version>${slf4j.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.slf4j</groupId>\r
- <artifactId>log4j-over-slf4j</artifactId>\r
- <version>${slf4j.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>ch.qos.logback</groupId>\r
- <artifactId>logback-core</artifactId>\r
- <version>${logback.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>ch.qos.logback</groupId>\r
- <artifactId>logback-classic</artifactId>\r
- <version>${logback.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.codehaus.jackson</groupId>\r
- <artifactId>jackson-mapper-asl</artifactId>\r
- <version>${jackson.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.codehaus.jackson</groupId>\r
- <artifactId>jackson-core-asl</artifactId>\r
- <version>${jackson.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.codehaus.jackson</groupId>\r
- <artifactId>jackson-jaxrs</artifactId>\r
- <version>${jackson.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.codehaus.jackson</groupId>\r
- <artifactId>jackson-xc</artifactId>\r
- <version>${jackson.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.codehaus.jettison</groupId>\r
- <artifactId>jettison</artifactId>\r
- <version>1.3.3</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>commons-io</groupId>\r
- <artifactId>commons-io</artifactId>\r
- <version>2.3</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>commons-fileupload</groupId>\r
- <artifactId>commons-fileupload</artifactId>\r
- <version>1.2.2</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>javax.servlet</artifactId>\r
- <version>3.0.0.v201112011016</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>javax.servlet.jsp</artifactId>\r
- <version>2.2.0.v201112011158</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.equinox.ds</artifactId>\r
- <version>1.4.0.v20120522-1841</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.equinox.util</artifactId>\r
- <version>1.0.400.v20120522-2049</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.osgi.services</artifactId>\r
- <version>3.3.100.v20120522-1822</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.osgi</artifactId>\r
- <version>3.8.1.v20120830-144521</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.apache.felix.gogo.command</artifactId>\r
- <version>0.8.0.v201108120515</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.apache.felix.gogo.runtime</artifactId>\r
- <version>0.8.0.v201108120515</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.apache.felix.gogo.shell</artifactId>\r
- <version>0.8.0.v201110170705</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.equinox.cm</artifactId>\r
- <version>1.0.400.v20120522-1841</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.equinox.console</artifactId>\r
- <version>1.0.0.v20120522-1841</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>equinoxSDK381</groupId>\r
- <artifactId>org.eclipse.equinox.launcher</artifactId>\r
- <version>1.3.0.v20120522-1813</version>\r
- </dependency>\r
- <!-- Gemini Web -->\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.gemini.web.core</artifactId>\r
- <version>${geminiweb.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.gemini.web.extender</artifactId>\r
- <version>${geminiweb.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.gemini.web.tomcat</artifactId>\r
- <version>${geminiweb.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.common</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.io</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.math</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.osgi</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>geminiweb</groupId>\r
- <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>\r
- <version>${virgo.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.apache.felix</groupId>\r
- <artifactId>org.apache.felix.dependencymanager</artifactId>\r
- <version>3.1.0</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.apache.felix</groupId>\r
- <artifactId>org.apache.felix.dependencymanager.shell</artifactId>\r
- <version>3.0.1</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>com.google.code.gson</groupId>\r
- <artifactId>gson</artifactId>\r
- <version>2.1</version>\r
- <scope>compile</scope>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.jboss.spec.javax.transaction</groupId>\r
- <artifactId>jboss-transaction-api_1.1_spec</artifactId>\r
- <version>1.0.1.Final</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.apache.felix</groupId>\r
- <artifactId>org.apache.felix.fileinstall</artifactId>\r
- <version>3.1.6</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.apache.commons</groupId>\r
- <artifactId>commons-lang3</artifactId>\r
- <version>${commons.lang.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>virgomirror</groupId>\r
- <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>\r
- <version>3.8.0.I20120518-2145</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>eclipselink</groupId>\r
- <artifactId>javax.persistence</artifactId>\r
- <version>2.0.4.v201112161009</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.activation</artifactId>\r
- <version>1.1.0.v201211130549</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.annotation</artifactId>\r
- <version>1.1.0.v201209060031</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.ejb</artifactId>\r
- <version>3.1.1.v201204261316</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.el</artifactId>\r
- <version>2.2.0.v201108011116</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.mail.glassfish</artifactId>\r
- <version>1.4.1.v201108011116</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.xml.rpc</artifactId>\r
- <version>1.1.0.v201005080400</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.catalina</artifactId>\r
- <version>7.0.32.v201211201336</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.catalina.ha</artifactId>\r
- <version>7.0.32.v201211201952</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.catalina.tribes</artifactId>\r
- <version>7.0.32.v201211201952</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.coyote</artifactId>\r
- <version>7.0.32.v201211201952</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.el</artifactId>\r
- <version>7.0.32.v201211081135</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.jasper</artifactId>\r
- <version>7.0.32.v201211201952</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.juli.extras</artifactId>\r
- <version>7.0.32.v201211081135</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.tomcat.api</artifactId>\r
- <version>7.0.32.v201211081135</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>org.apache.tomcat.util</artifactId>\r
- <version>7.0.32.v201211201952</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.servlet.jsp.jstl</artifactId>\r
- <version>1.2.0.v201105211821</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>orbit</groupId>\r
- <artifactId>javax.servlet.jsp.jstl.impl</artifactId>\r
- <version>1.2.0.v201210211230</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>eclipselink</groupId>\r
- <artifactId>javax.resource</artifactId>\r
- <version>1.5.0.v200906010428</version>\r
- </dependency>\r
- <!-- Add Pax Exam -->\r
- <dependency>\r
- <groupId>org.ops4j.pax.exam</groupId>\r
- <artifactId>pax-exam-container-native</artifactId>\r
- <version>${exam.version}</version>\r
- <scope>test</scope>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.ops4j.pax.exam</groupId>\r
- <artifactId>pax-exam-junit4</artifactId>\r
- <version>${exam.version}</version>\r
- <scope>test</scope>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.ops4j.pax.exam</groupId>\r
- <artifactId>pax-exam-link-mvn</artifactId>\r
- <version>${exam.version}</version>\r
- <scope>test</scope>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.ops4j.pax.url</groupId>\r
- <artifactId>pax-url-aether</artifactId>\r
- <version>${url.version}</version>\r
- <scope>test</scope>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.asm</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.aop</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.context</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.context.support</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.core</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.beans</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.expression</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.web</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.aopalliance</groupId>\r
- <artifactId>com.springsource.org.aopalliance</artifactId>\r
- <version>1.0.0</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.web.servlet</artifactId>\r
- <version>${spring.version}</version>\r
- </dependency>\r
- <!-- Spring security -->\r
- <dependency>\r
- <groupId>org.springframework.security</groupId>\r
- <artifactId>spring-security-config</artifactId>\r
- <version>${spring-security.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework.security</groupId>\r
- <artifactId>spring-security-core</artifactId>\r
- <version>${spring-security.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework.security</groupId>\r
- <artifactId>spring-security-web</artifactId>\r
- <version>${spring-security.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework.security</groupId>\r
- <artifactId>spring-security-taglibs</artifactId>\r
- <version>${spring-security.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.springframework</groupId>\r
- <artifactId>org.springframework.transaction</artifactId>\r
- <version>${spring-security.version}</version>\r
- </dependency>\r
- <!-- Visual VM hook -->\r
- <dependency>\r
- <groupId>org.ow2.chameleon.management</groupId>\r
- <artifactId>chameleon-mbeans</artifactId>\r
- <version>1.0.0</version>\r
- </dependency>\r
- <!-- Jersey for JAXRS -->\r
- <dependency>\r
- <groupId>com.sun.jersey</groupId>\r
- <artifactId>jersey-core</artifactId>\r
- <version>${jersey.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>com.sun.jersey</groupId>\r
- <artifactId>jersey-server</artifactId>\r
- <version>${jersey.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>com.sun.jersey</groupId>\r
- <artifactId>jersey-client</artifactId>\r
- <version>${jersey.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>com.sun.jersey</groupId>\r
- <artifactId>jersey-json</artifactId>\r
- <version>${jersey.version}</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>org.ow2.asm</groupId>\r
- <artifactId>asm-all</artifactId>\r
- <version>4.1</version>\r
- </dependency>\r
-\r
-<!--copy from expect4j's pom-->\r
- <dependency>\r
- <groupId>org.apache.servicemix.bundles</groupId>\r
- <artifactId>org.apache.servicemix.bundles.oro</artifactId>\r
- <version>2.0.8_6</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>com.jcraft</groupId>\r
- <artifactId>jsch</artifactId>\r
- <version>0.1.50</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>commons-net</groupId>\r
- <artifactId>commons-net</artifactId>\r
- <version>3.3</version>\r
- </dependency>\r
- <dependency>\r
- <groupId>net.sourceforge.tcljava</groupId>\r
- <artifactId>com.springsource.tcl.lang.jacl</artifactId>\r
- <version>1.4.1</version>\r
- </dependency>\r
-\r
- \r
- </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ * Copyright (c) 2013 Industrial Technology Research Institute of Taiwan and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+-->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+ <groupId>org.opendaylight.snmp4sdn</groupId>
+ <artifactId>commons.snmp4sdn</artifactId>
+ <version>0.1.0</version>
+ <packaging>pom</packaging>
+ <parent>
+ <groupId>org.opendaylight.snmp4sdn</groupId>
+ <artifactId>commons.parent</artifactId>
+ <version>0.1.0</version>
+ <relativePath>../parent</relativePath>
+ </parent>
+
+ <scm>
+ <connection>scm:git:ssh://git.opendaylight.org:29418/snmp4sdn.git</connection>
+ <developerConnection>scm:git:ssh://git.opendaylight.org:29418/snmp4sdn.git</developerConnection>
+ <url>https://wiki.opendaylight.org/view/SNMP4SDN:Main</url>
+ <tag>master-tagforprepareonly-snmp4sdn-bulk-release-1</tag>
+ </scm>
+
+ <properties>
+ <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
+ <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
+ <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
+ <siteplugin>3.2</siteplugin>
+ <projectinfo>2.6</projectinfo>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <compiler.version>2.3.2</compiler.version>
+ <surefire.version>2.15</surefire.version>
+ <failsafe.version>2.15</failsafe.version>
+ <exam.version>3.0.0</exam.version>
+ <url.version>1.5.0</url.version>
+ <enunciate.version>1.26.2</enunciate.version>
+ <sonar.branch>${user.name}-private-view</sonar.branch>
+ <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
+ <logback.version>1.0.9</logback.version>
+ <slf4j.version>1.7.2</slf4j.version>
+ <jackson.version>1.9.8</jackson.version>
+ <spring.version>3.1.3.RELEASE</spring.version>
+ <spring-security.version>3.1.3.RELEASE</spring-security.version>
+ <jersey.version>1.17</jersey.version>
+ <virgo.version>3.6.0.RELEASE</virgo.version>
+ <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
+ <checkstyle.version>2.10</checkstyle.version>
+ <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
+ <!--<yang.version>0.6.1</yang.version>-->
+ <guava.version>14.0.1</guava.version>
+ <ietf-inet-types.version>2010.09.24.3</ietf-inet-types.version>
+ <!--<ietf-yang-types.version>2010.09.24.3</ietf-yang-types.version>-->
+ <!--<yang-ext.version>2013.09.07.3</yang-ext.version>-->
+ <javassist.version>3.17.1-GA</javassist.version>
+ <sample-toaster.version>1.0</sample-toaster.version>
+ <releaseplugin.version>2.3.2</releaseplugin.version>
+ <commons.lang.version>3.1</commons.lang.version>
+ <jacoco.version>0.5.3.201107060350</jacoco.version>
+ </properties>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>central</id>
+ <name>maven repo1</name>
+ <url>http://repo1.maven.org/maven2</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <profiles>
+ <profile>
+ <id>notduringrelease</id>
+ <activation>
+ <property>
+ <name>!DOINGRELEASE</name>
+ </property>
+ </activation>
+ <dependencies>
+ <!-- yangtools -->
+ <!--
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-binding</artifactId>
+ <version>${yang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-common</artifactId>
+ <version>${yang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-data-api</artifactId>
+ <version>${yang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-model-api</artifactId>
+ <version>${yang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-data-util</artifactId>
+ <version>${yang.version}</version>
+ </dependency>
+ -->
+ <!-- Models -->
+ <!--
+ <dependency>
+ <groupId>org.opendaylight.yangtools.model</groupId>
+ <artifactId>ietf-inet-types</artifactId>
+ <version>${ietf-inet-types.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools.model</groupId>
+ <artifactId>ietf-yang-types</artifactId>
+ <version>${ietf-yang-types.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-ext</artifactId>
+ <version>${yang-ext.version}</version>
+ </dependency>
+ -->
+ <!-- Other MDSAL dependencies -->
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>${javassist.version}</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <build.suffix>${project.version}</build.suffix>
+ </properties>
+ </profile>
+ <profile>
+ <id>viewbuild</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <build.suffix>${project.version}</build.suffix>
+ </properties>
+ </profile>
+ <profile>
+ <id>jenkins</id>
+ <activation>
+ <property>
+ <name>BUILDSUFFIX</name>
+ </property>
+ </activation>
+ <properties>
+ <build.suffix>${BUILDSUFFIX}</build.suffix>
+ </properties>
+ </profile>
+ <profile>
+ <id>fastreassembly</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <id>copyfastreassembly</id>
+ <phase>install</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>${project.artifactId}</artifactId>
+ <version>${project.version}</version>
+ <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${fastreassembly.directory}</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <repositories>
+ <!-- EBR release -->
+ <!-- http://repository.springsource.com/maven/bundles/release -->
+ <repository>
+ <id>ebr-bundles-release</id>
+ <name>ebr-bundles-release</name>
+ <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
+ </repository>
+ <!-- EBR external -->
+ <!-- http://repository.springsource.com/maven/bundles/external -->
+ <repository>
+ <id>ebr-bundles-external</id>
+ <name>ebr-bundles-external</name>
+ <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
+ </repository>
+ <repository>
+ <id>central</id>
+ <name>central</name>
+ <url>http://repo1.maven.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <!-- Pax mirror -->
+ <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
+ <repository>
+ <id>ops4j-releases</id>
+ <name>ops4j-releases</name>
+ <url>${nexusproxy}/repositories/ops4j-releases/</url>
+ </repository>
+ <!-- Third Packages hosted in local maven because not available in
+ other places -->
+ <repository>
+ <id>thirdparty</id>
+ <name>thirdparty</name>
+ <url>${nexusproxy}/repositories/thirdparty/</url>
+ </repository>
+ <!-- Jboss mirror -->
+ <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
+ <repository>
+ <id>jboss.releases</id>
+ <name>jboss.releases</name>
+ <url>${nexusproxy}/repositories/jboss.releases/</url>
+ </repository>
+ <!-- OpenDayLight Released artifact -->
+ <repository>
+ <id>opendaylight-release</id>
+ <name>opendaylight-release</name>
+ <url>${nexusproxy}/repositories/opendaylight.release/</url>
+ </repository>
+ <!-- OpenDayLight Snapshot artifact -->
+ <repository>
+ <id>opendaylight-snapshot</id>
+ <name>opendaylight-snapshot</name>
+ <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+ </repository>
+ </repositories>
+ <distributionManagement>
+ <!-- OpenDayLight Released artifact -->
+ <repository>
+ <id>opendaylight-release</id>
+ <url>${nexusproxy}/repositories/opendaylight.release/</url>
+ </repository>
+ <!-- OpenDayLight Snapshot artifact -->
+ <snapshotRepository>
+ <id>opendaylight-snapshot</id>
+ <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+ </snapshotRepository>
+ <!-- Site deployment -->
+ <site>
+ <id>website</id>
+ <url>${sitedeploy}</url>
+ </site>
+ </distributionManagement>
+
+ <reporting>
+ <excludeDefaults>true</excludeDefaults>
+ <outputDirectory>${project.build.directory}/site</outputDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>${projectinfo}</version>
+ <configuration>
+ <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ <report>project-team</report>
+ <report>license</report>
+ <report>mailing-list</report>
+ <report>plugin-management</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ <linkJavadoc>true</linkJavadoc>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${checkstyle.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <doclet>org.jboss.apiviz.APIviz</doclet>
+ <docletArtifact>
+ <groupId>org.jboss.apiviz</groupId>
+ <artifactId>apiviz</artifactId>
+ <version>1.3.2.GA</version>
+ </docletArtifact>
+ <finalName>${project.artifactId}-${build.suffix}</finalName>
+ <useStandardDocletOptions>true</useStandardDocletOptions>
+ <charset>UTF-8</charset>
+ <encoding>UTF-8</encoding>
+ <docencoding>UTF-8</docencoding>
+ <breakiterator>true</breakiterator>
+ <version>true</version>
+ <author>true</author>
+ <keywords>true</keywords>
+ <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <version>${propertymavenplugin.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>set-system-properties</goal>
+ </goals>
+ <configuration>
+ <properties>
+ <property>
+ <name>logback.configurationFile</name>
+ <value>${project.parent.basedir}/logback.xml</value>
+ </property>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
+ <artifactId>maven-java-formatter-plugin</artifactId>
+ <version>0.3.1</version>
+ <configuration>
+ <compilerSource>1.6</compilerSource>
+ <compilerCompliance>1.6</compilerCompliance>
+ <compilerTargetPlatform>1.6</compilerTargetPlatform>
+ <configFile>${project.parent.basedir}/sun_coding_style.xml</configFile>
+ </configuration>
+ </plugin>
+ <!-- s4s: not yet know how to proceed, if here allows commons.checkstyle -->
+ <!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${checkstyle.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.opendaylight.snmp4sdn</groupId>
+ <artifactId>commons.checkstyle</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <failsOnError>true</failsOnError>
+ <configLocation>snmp4sdn/space_and_tabs_checks.xml</configLocation>
+ <consoleOutput>true</consoleOutput>
+ <includeTestSourceDirectory>true</includeTestSourceDirectory>
+ <sourceDirectory>${project.basedir}</sourceDirectory>
+ <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
+ <excludes>target\/</excludes>
+ </configuration>
+ </plugin>-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>${failsafe.version}</version>
+ <configuration>
+ <argLine>${testvm.argLine}</argLine>
+ </configuration>
+ <executions>
+ <execution>
+ <id>failsafe-integration-tests</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>integration-test</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>failsafe-verify</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>verify</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${surefire.version}</version>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>${releaseplugin.version}</version>
+ </plugin>
+ <!-- Ignore/Execute plugin execution -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <versionRange>[0.0,)</versionRange>
+ <goals>
+ <goal>set-system-properties</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.enunciate</groupId>
+ <artifactId>maven-enunciate-plugin</artifactId>
+ <versionRange>[0.0,)</versionRange>
+ <goals>
+ <goal>docs</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <versionRange>[0.0,)</versionRange>
+ <goals>
+ <goal>prepare-agent</goal>
+ <goal>pre-test</goal>
+ <goal>post-test</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>maven-paxexam-plugin</artifactId>
+ <versionRange>[1.2.4,)</versionRange>
+ <goals>
+ <goal>generate-depends-file</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <!--<pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <versionRange>[2.0,)</versionRange>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>-->
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.enunciate</groupId>
+ <artifactId>maven-enunciate-plugin</artifactId>
+ <version>${enunciate.version}</version>
+ <configuration>
+ <configFile>enunciate.xml</configFile>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>docs</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${compiler.version}</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <doclet>org.jboss.apiviz.APIviz</doclet>
+ <docletArtifact>
+ <groupId>org.jboss.apiviz</groupId>
+ <artifactId>apiviz</artifactId>
+ <version>1.3.2.GA</version>
+ </docletArtifact>
+ <finalName>${project.artifactId}-${build.suffix}</finalName>
+ <useStandardDocletOptions>true</useStandardDocletOptions>
+ <charset>UTF-8</charset>
+ <encoding>UTF-8</encoding>
+ <docencoding>UTF-8</docencoding>
+ <breakiterator>true</breakiterator>
+ <version>true</version>
+ <author>true</author>
+ <keywords>true</keywords>
+ <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ <linkJavadoc>true</linkJavadoc>
+ <javadocDir>target/apidocs</javadocDir>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>${logback.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>${logback.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-xc</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>1.3.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>javax.servlet</artifactId>
+ <version>3.0.0.v201112011016</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>javax.servlet.jsp</artifactId>
+ <version>2.2.0.v201112011158</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.equinox.ds</artifactId>
+ <version>1.4.0.v20120522-1841</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.equinox.util</artifactId>
+ <version>1.0.400.v20120522-2049</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.osgi.services</artifactId>
+ <version>3.3.100.v20120522-1822</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>3.8.1.v20120830-144521</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.apache.felix.gogo.command</artifactId>
+ <version>0.8.0.v201108120515</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.apache.felix.gogo.runtime</artifactId>
+ <version>0.8.0.v201108120515</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.apache.felix.gogo.shell</artifactId>
+ <version>0.8.0.v201110170705</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.equinox.cm</artifactId>
+ <version>1.0.400.v20120522-1841</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.equinox.console</artifactId>
+ <version>1.0.0.v20120522-1841</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.equinox.launcher</artifactId>
+ <version>1.3.0.v20120522-1813</version>
+ </dependency>
+ <!-- Gemini Web -->
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.gemini.web.core</artifactId>
+ <version>${geminiweb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.gemini.web.extender</artifactId>
+ <version>${geminiweb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
+ <version>${geminiweb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.common</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.io</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.math</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.osgi</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>geminiweb</groupId>
+ <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
+ <version>${virgo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.dependencymanager</artifactId>
+ <version>3.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+ <version>1.0.1.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.fileinstall</artifactId>
+ <version>3.1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${commons.lang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>virgomirror</groupId>
+ <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
+ <version>3.8.0.I20120518-2145</version>
+ </dependency>
+ <dependency>
+ <groupId>eclipselink</groupId>
+ <artifactId>javax.persistence</artifactId>
+ <version>2.0.4.v201112161009</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.activation</artifactId>
+ <version>1.1.0.v201211130549</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.annotation</artifactId>
+ <version>1.1.0.v201209060031</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.ejb</artifactId>
+ <version>3.1.1.v201204261316</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.el</artifactId>
+ <version>2.2.0.v201108011116</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.mail.glassfish</artifactId>
+ <version>1.4.1.v201108011116</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.xml.rpc</artifactId>
+ <version>1.1.0.v201005080400</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.catalina</artifactId>
+ <version>7.0.32.v201211201336</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.catalina.ha</artifactId>
+ <version>7.0.32.v201211201952</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.catalina.tribes</artifactId>
+ <version>7.0.32.v201211201952</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.coyote</artifactId>
+ <version>7.0.32.v201211201952</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.el</artifactId>
+ <version>7.0.32.v201211081135</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.jasper</artifactId>
+ <version>7.0.32.v201211201952</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.juli.extras</artifactId>
+ <version>7.0.32.v201211081135</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.tomcat.api</artifactId>
+ <version>7.0.32.v201211081135</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>org.apache.tomcat.util</artifactId>
+ <version>7.0.32.v201211201952</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.servlet.jsp.jstl</artifactId>
+ <version>1.2.0.v201105211821</version>
+ </dependency>
+ <dependency>
+ <groupId>orbit</groupId>
+ <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
+ <version>1.2.0.v201210211230</version>
+ </dependency>
+ <dependency>
+ <groupId>eclipselink</groupId>
+ <artifactId>javax.resource</artifactId>
+ <version>1.5.0.v200906010428</version>
+ </dependency>
+ <!-- Add Pax Exam -->
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-container-native</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-junit4</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-link-mvn</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.url</groupId>
+ <artifactId>pax-url-aether</artifactId>
+ <version>${url.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.asm</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.aop</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.context</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.context.support</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.core</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.beans</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.expression</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.web</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.aopalliance</groupId>
+ <artifactId>com.springsource.org.aopalliance</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.web.servlet</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <!-- Spring security -->
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-config</artifactId>
+ <version>${spring-security.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-core</artifactId>
+ <version>${spring-security.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-web</artifactId>
+ <version>${spring-security.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-taglibs</artifactId>
+ <version>${spring-security.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>org.springframework.transaction</artifactId>
+ <version>${spring-security.version}</version>
+ </dependency>
+ <!-- Visual VM hook -->
+ <dependency>
+ <groupId>org.ow2.chameleon.management</groupId>
+ <artifactId>chameleon-mbeans</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <!-- Jersey for JAXRS -->
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-core</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-server</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-client</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-json</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-all</artifactId>
+ <version>4.1</version>
+ </dependency>
+
+<!--copy from expect4j's pom-->
+ <dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.oro</artifactId>
+ <version>2.0.8_6</version>
+ </dependency>
+ <dependency>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jsch</artifactId>
+ <version>0.1.50</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>3.3</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.tcljava</groupId>
+ <artifactId>com.springsource.tcl.lang.jacl</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+
+
+ </dependencies>
+</project>