aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/pom.xml')
-rw-r--r--bridge/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/bridge/pom.xml b/bridge/pom.xml
new file mode 100644
index 000000000..03ddca049
--- /dev/null
+++ b/bridge/pom.xml
@@ -0,0 +1,25 @@
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectj-parent</artifactId>
+ <version>1.9.3.BUILD-SNAPSHOT</version>
+ <relativePath>..</relativePath>
+ </parent>
+
+ <artifactId>bridge</artifactId>
+ <packaging>jar</packaging>
+ <name>bridge</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
+</project>