Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
release
/
core
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 5dfc4464
authored
2017-04-21 17:47:47 +0900
by
imai
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Upload new file
1 parent
bca9d056
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
132 additions
and
0 deletions
pom.xml
pom.xml
0 → 100644
View file @
5dfc446
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<parent>
<relativePath>
../vd_project/pom.xml
</relativePath>
<groupId>
com.valuecardservice
</groupId>
<artifactId>
vd_project
</artifactId>
<version>
0.0.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.valuecardservice
</groupId>
<artifactId>
vd_core
</artifactId>
<packaging>
jar
</packaging>
<version>
2.10.9
</version>
<name>
vd_core
</name>
<url>
http://maven.apache.org
</url>
<build>
<sourceDirectory>
src/main/java
</sourceDirectory>
<outputDirectory>
target/classes
</outputDirectory>
<resources>
<resource>
<directory>
src/main/resources
</directory>
</resource>
</resources>
<testOutputDirectory>
target/test-classes
</testOutputDirectory>
<testSourceDirectory>
src/test/java
</testSourceDirectory>
<testResources>
<testResource>
<directory>
src/test/resources
</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
1.5
</source>
<target>
1.5
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>
maven-source-plugin
</artifactId>
<executions>
<execution>
<id>
source-jar
</id>
<phase>
package
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>
maven-eclipse-plugin
</artifactId>
<version>
2.4
</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
3.8.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.14
</version>
</dependency>
<!--
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
-->
<dependency>
<groupId>
javax.mail
</groupId>
<artifactId>
mail
</artifactId>
<version>
1.4
</version>
</dependency>
<!--
S2Dao
-->
<dependency>
<groupId>
org.apache.geronimo.specs
</groupId>
<artifactId>
geronimo-servlet_2.4_spec
</artifactId>
<version>
1.1
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.geronimo.specs
</groupId>
<artifactId>
geronimo-jta_1.1_spec
</artifactId>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
org.seasar.container
</groupId>
<artifactId>
s2-tiger
</artifactId>
<version>
2.4.32
</version>
</dependency>
<dependency>
<groupId>
org.seasar.dao
</groupId>
<artifactId>
s2-dao-tiger
</artifactId>
<version>
1.0.48
</version>
</dependency>
<!--
JDBC Driver
-->
<dependency>
<groupId>
com.microsoft.sqlserver
</groupId>
<artifactId>
jdbc
</artifactId>
<version>
2.0
</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>
default
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<maven.test.skip>
true
</maven.test.skip>
</properties>
</profile>
</profiles>
</project>
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment