pom.xml (apache-openmeetings-6.1.0-src) | : | pom.xml (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" | <project xmlns="http://maven.apache.org/POM/4.0.0" | |||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache .org/maven-v4_0_0.xsd"> | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache .org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.apache.openmeetings</groupId> | <groupId>org.apache.openmeetings</groupId> | |||
<artifactId>openmeetings-parent</artifactId> | <artifactId>openmeetings-parent</artifactId> | |||
<version>6.1.0</version> | <version>6.2.0</version> | |||
<relativePath>..</relativePath> | <relativePath>..</relativePath> | |||
</parent> | </parent> | |||
<artifactId>openmeetings-util</artifactId> | <artifactId>openmeetings-util</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Openmeetings Util</name> | <name>Openmeetings Util</name> | |||
<description>Module for utility classes being used by all OpenMeetings mo dules</description> | <description>Module for utility classes being used by all OpenMeetings mo dules</description> | |||
<properties> | <properties> | |||
<site.basedir>${project.parent.basedir}</site.basedir> | <site.basedir>${project.parent.basedir}</site.basedir> | |||
<autoModuleName>apache.openmeetings.util</autoModuleName> | <autoModuleName>apache.openmeetings.util</autoModuleName> | |||
</properties> | </properties> | |||
skipping to change at line 82 | skipping to change at line 82 | |||
</configuration> | </configuration> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
</profile> | </profile> | |||
</profiles> | </profiles> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>org.dom4j</groupId> | <groupId>org.dom4j</groupId> | |||
<artifactId>dom4j</artifactId> | <artifactId>dom4j</artifactId> | |||
<version>${dom4j.version}</version> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.mnode.ical4j</groupId> | <groupId>org.mnode.ical4j</groupId> | |||
<artifactId>ical4j</artifactId> | <artifactId>ical4j</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.commons</groupId> | <groupId>org.apache.commons</groupId> | |||
<artifactId>commons-lang3</artifactId> | <artifactId>commons-lang3</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.commons</groupId> | <groupId>org.apache.commons</groupId> | |||
<artifactId>commons-text</artifactId> | <artifactId>commons-text</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>commons-codec</groupId> | <groupId>commons-codec</groupId> | |||
<artifactId>commons-codec</artifactId> | <artifactId>commons-codec</artifactId> | |||
<version>${commons-codec.version}</version> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>commons-io</groupId> | <groupId>commons-io</groupId> | |||
<artifactId>commons-io</artifactId> | <artifactId>commons-io</artifactId> | |||
<version>${commons-io.version}</version> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.wicket</groupId> | <groupId>org.apache.wicket</groupId> | |||
<artifactId>wicket-util</artifactId> | <artifactId>wicket-util</artifactId> | |||
<version>${wicket.version}</version> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.wicket</groupId> | <groupId>org.apache.wicket</groupId> | |||
<artifactId>wicket-native-websocket-core</artifactId> | <artifactId>wicket-native-websocket-core</artifactId> | |||
<version>${wicket.version}</version> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.wicket</groupId> | <groupId>org.apache.wicket</groupId> | |||
<artifactId>wicket-extensions</artifactId> | <artifactId>wicket-extensions</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.slf4j</groupId> | <groupId>org.slf4j</groupId> | |||
<artifactId>slf4j-api</artifactId> | <artifactId>slf4j-api</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.slf4j</groupId> | <groupId>org.slf4j</groupId> | |||
<artifactId>log4j-over-slf4j</artifactId> | <artifactId>log4j-over-slf4j</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>ch.qos.logback</groupId> | <groupId>ch.qos.logback</groupId> | |||
<artifactId>logback-classic</artifactId> | <artifactId>logback-classic</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.tika</groupId> | <groupId>org.apache.tika</groupId> | |||
<artifactId>tika-parsers</artifactId> | <artifactId>tika-parsers-standard-package</artifactId> | |||
</dependency> | ||||
<dependency> | ||||
<groupId>org.apache.tika</groupId> | ||||
<artifactId>tika-core</artifactId> | ||||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.springframework</groupId> | <groupId>org.springframework</groupId> | |||
<artifactId>spring-context</artifactId> | <artifactId>spring-context</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.springframework</groupId> | <groupId>org.springframework</groupId> | |||
<artifactId>spring-aop</artifactId> | <artifactId>spring-aop</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
End of changes. 7 change blocks. | ||||
7 lines changed or deleted | 6 lines changed or added |