42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
From cb1aa0aaf482bccfb732f4e304103a138c749e28 Mon Sep 17 00:00:00 2001
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
Date: Thu, 7 Oct 2010 14:50:39 +0200
|
|
Subject: [PATCH 3/3] aopaliance
|
|
|
|
---
|
|
pom.xml | 12 ++----------
|
|
1 files changed, 2 insertions(+), 10 deletions(-)
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 79326a3..2be2a10 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -2,22 +2,14 @@
|
|
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>com.google.inject</groupId>
|
|
- <artifactId>guice-parent</artifactId>
|
|
- <version>3.0-SNAPSHOT</version>
|
|
- <relativePath>guice-parent/pom.xml</relativePath>
|
|
- </parent>
|
|
+ <groupId>com.google.inject</groupId>
|
|
+ <version>3.0-SNAPSHOT</version>
|
|
<artifactId>guice</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Google Guice: Core</name>
|
|
<!-- Note: this pom is for dependency management only. It will not build the project -->
|
|
<dependencies>
|
|
<!-- CGLib is not listed because it has been repackaged with JarJar -->
|
|
- <dependency>
|
|
- <groupId>aopalliance</groupId>
|
|
- <artifactId>aopalliance</artifactId>
|
|
- </dependency>
|
|
|
|
<!-- Not optional, even in pure-Guice, no JSR 330 applications:
|
|
javax.inject.Provider is referenced in Guice code. -->
|
|
--
|
|
1.7.2.3
|
|
|