1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <modelVersion>4.0.0</modelVersion>
9 <groupId>at.ac.tuwien.infosys.dst</groupId>
10 <artifactId>dst</artifactId>
11 <version>2018.1</version>
12 <relativePath>..</relativePath>
15 <artifactId>ass2-aop</artifactId>
17 <packaging>jar</packaging>
19 <name>DST :: Assignment 2 :: Aspect-oriented Programming</name>
24 <groupId>commons-io</groupId>
25 <artifactId>commons-io</artifactId>
28 <groupId>org.aspectj</groupId>
29 <artifactId>aspectjrt</artifactId>
32 <groupId>org.aspectj</groupId>
33 <artifactId>aspectjweaver</artifactId>
36 <groupId>org.springframework</groupId>
37 <artifactId>spring-aop</artifactId>
40 <groupId>org.apache.commons</groupId>
41 <artifactId>commons-lang3</artifactId>